Skip to content

Commit ffb5cf0

Browse files
authored
chore: add missing label action
1 parent 7555e62 commit ffb5cf0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/label.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Labeler
2+
on: [pull_request]
3+
4+
jobs:
5+
labeler:
6+
name: 🏷️ Labeler
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@v4.3.0
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
configuration-path: .github/labeler.yaml

0 commit comments

Comments
 (0)