mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.13] gh-127785: Limit check labels github action permission (GH-130596) (#130623)
Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
This commit is contained in:
parent
c6c2071cab
commit
676cecac1c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/require-pr-label.yml
vendored
3
.github/workflows/require-pr-label.yml
vendored
|
@ -10,8 +10,7 @@ jobs:
|
|||
if: github.repository_owner == 'python'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
pull-requests: read
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue