Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
ci: Add pr permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Mar 24, 2024
1 parent fb47352 commit b0ad5c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on: [pull_request]
# 1. Repository Settings -> Actions -> General -> Workflow permissions
# Check "Read and write permissions"

permissions:
pull-requests: write

jobs:
labeler:
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit b0ad5c2

Please sign in to comment.