From: shenxianpeng Date: Thu, 27 Feb 2025 14:47:41 +0000 (+0800) Subject: [3.12] gh-127785: Limit check labels github action permission (GH-130596) (#130625) X-Git-Tag: v3.12.10~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e280c493f18c219e2971fbe18040150bb2c54e1a;p=thirdparty%2FPython%2Fcpython.git [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> --- diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index ee91e2a39a19..d7c2580d4e08 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: