8000 require-pr-label.yml: Add missing "permissions:" (#104309) · python/cpython@41aff46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41aff46

Browse files
authored
require-pr-label.yml: Add missing "permissions:" (#104309)
1 parent 03029ac commit 41aff46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/require-pr-label.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, reopened, labeled, unlabeled, synchronize]
66

7+
permissions:
8+
issues: read
9+
pull-requests: read
10+
711
jobs:
812
label:
913
name: DO-NOT-MERGE / unresolved review

0 commit comments

Comments
 (0)
0