Skip to content

Commit

Permalink
require-pr-label.yml: Add missing "permissions:" (#104309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored May 9, 2023
1 parent 03029ac commit 41aff46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/require-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]

permissions:
issues: read
pull-requests: read

jobs:
label:
name: DO-NOT-MERGE / unresolved review
Expand Down

0 comments on commit 41aff46

Please sign in to comment.