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 7489834 commit fe38d22Copy full SHA for fe38d22
.github/workflows/label.yml
@@ -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