gh-127785: Reduce permissions in the check labels workflow (#130596)

This commit is contained in:
shenxianpeng 2025-02-27 04:47:41 +08:00 committed by GitHub
parent daeb0efaf4
commit 5ba69e747f
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:
@ -28,8 +27,7 @@ jobs:
if: github.repository_owner == 'python'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
pull-requests: read
timeout-minutes: 10
steps: