mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
require-pr-label.yml: Add missing "permissions:" (#104309)
This commit is contained in:
parent
03029ace92
commit
41aff464ce
1 changed files with 4 additions and 0 deletions
4
.github/workflows/require-pr-label.yml
vendored
4
.github/workflows/require-pr-label.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue