We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb8189 commit 73cd550Copy full SHA for 73cd550
.github/labeler.yml
@@ -0,0 +1,4 @@
1
+Workflow:
2
+ - changed-files:
3
+ - any-glob-to-any-file:
4
+ - .github/workflows/**
.github/workflows/pr-labeler.yml
@@ -0,0 +1,9 @@
+name: 'Pull Request Labeler'
+on:
+ pull_request:
+
5
+jobs:
6
+ labeler:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/labeler@v6
0 commit comments