diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2023-05-09 10:29:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 10:29:00 (GMT) |
commit | 41aff464cef83d2655029ddd180a51110e8d7f8e (patch) | |
tree | 0b1b4aac08c6c8720d1fd6d2689ea3feee8bfdd5 /.github/workflows | |
parent | 03029ace924f7dac7ef49eee3417e0af6623060d (diff) | |
download | cpython-41aff464cef83d2655029ddd180a51110e8d7f8e.zip cpython-41aff464cef83d2655029ddd180a51110e8d7f8e.tar.gz cpython-41aff464cef83d2655029ddd180a51110e8d7f8e.tar.bz2 |
require-pr-label.yml: Add missing "permissions:" (#104309)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/require-pr-label.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 916bbeb..88aaea0 100644 --- a/.github/workflows/require-pr-label.yml +++ b/.github/workflows/require-pr-label.yml @@ -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 |