Skip to content

Commit fe38d22

Browse files
author
Vladimir Kotal
committed
add Labeler workflow for PRs
1 parent 7489834 commit fe38d22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/label.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
jobs:
2+
label:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/labeler@v2
6+
with:
7+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)