Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit a79334b

Browse files
committed
Added labeler workflow
1 parent b8c328e commit a79334b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
documentation:
2+
- README.md
3+
- CHANGELOG.md

.github/workflows/labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
triage:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/labeler@main
10+
with:
11+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
sync-label: true

0 commit comments

Comments
 (0)