1
0
mirror of https://github.com/actions/labeler synced 2026-05-11 02:51:15 +02:00
This commit is contained in:
Shawn Napora
2019-08-08 11:14:29 -04:00
parent 660b172085
commit 26d9864772
2 changed files with 1 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: bbq-beets/labeler@labeler
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
```