Skip to content

Commit

Permalink
Fix pull request labeler permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 16, 2021
1 parent 0a79aca commit a990df5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/labeler.yml
@@ -1,13 +1,11 @@
name: labeler
name: Pull Request Labeler
on:
pull_request:
branches:
- master
pull_request_target

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v3.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a990df5

Please sign in to comment.