Adds auto-label job back

This commit is contained in:
Akshay Nair
2021-01-05 20:06:31 +05:30
parent 42404c1e8f
commit 9695e82fd6
+7 -7
View File
@@ -17,10 +17,10 @@ jobs:
uses: borales/actions-yarn@v2.0.0
with:
cmd: test
#label:
#runs-on: ubuntu-latest
#steps:
#- name: Labelling pull request
#uses: actions/labeler@main
#with:
#repo-token: "${{ secrets.GITHUB_TOKEN }}"
label:
runs-on: ubuntu-latest
steps:
- name: Labelling pull request
uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"