Labeler path changes

This commit is contained in:
Akshay Nair
2020-10-06 23:49:49 +05:30
parent e05e789fa3
commit da136756b2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,6 +19,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Labelling pull request
uses: actions/labeler@v2
uses: actions/labeler@main
with:
repo-token: "${{secrets.GITHUB_TOKEN}}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"