[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:
shenxianpeng 2025-02-27 22:57:41 +08:00 committed by GitHub
parent c6c2071cab
commit 676cecac1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: