Skip to content

Commit

Permalink
ci: add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Mar 16, 2024
1 parent 38b5735 commit 59c0ab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ on:

jobs:
auto_labeler:
runs-on: ubuntu-latest
# Add permission to update PR and issue labels
permissions:
issues: write
pull-requests: write

runs-on: ubuntu-latest
steps:
- name: Extract labels from title
id: extract_labels
Expand Down

0 comments on commit 59c0ab4

Please sign in to comment.