[3.12] gh-127785: Limit check labels github action permission (GH-130596) (#130625)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
shenxianpeng 2025-02-27 22:47:41 +08:00 committed by GitHub
parent c7ac503f4b
commit e280c493f1
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: