Skip to content

Commit

Permalink
Merge pull request redpanda-data#8410 from andrewhsu/update-pr-labeler
Browse files Browse the repository at this point in the history
Update pr labeler
  • Loading branch information
andrewhsu authored Jan 26, 2023
2 parents 1ff8367 + e2ed9c6 commit 1b2e17a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1b2e17a

Please sign in to comment.