https://github.com/python/cpython/commit/e280c493f18c219e2971fbe18040150bb2c54e1a commit: e280c493f18c219e2971fbe18040150bb2c54e1a branch: 3.12 author: shenxianpeng <[email protected]> committer: hugovk <[email protected]> date: 2025-02-27T14:47:41Z summary:
[3.12] gh-127785: Limit check labels github action permission (GH-130596) (#130625) Co-authored-by: Adam Turner <[email protected]> files: M .github/workflows/require-pr-label.yml diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index ee91e2a39a198d..d7c2580d4e0808 100644 --- a/.github/workflows/require-pr-label.yml +++ b/.github/workflows/require-pr-label.yml @@ -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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
