We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590f9ef commit 3d9ffb0Copy full SHA for 3d9ffb0
.github/workflows/labeler.yml
@@ -0,0 +1,11 @@
1
+name: "PR 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 }}"
0 commit comments