https://github.com/python/cpython/commit/676cecac1c3dcfc21b701681db5362ebc94991bb commit: 676cecac1c3dcfc21b701681db5362ebc94991bb branch: 3.13 author: shenxianpeng <xianpeng.s...@gmail.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-27T14:57:41Z summary:
[3.13] gh-127785: Limit check labels github action permission (GH-130596) (#130623) Co-authored-by: shenxianpeng <xianpeng.s...@gmail.com> 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com