From bc4cd841275535166cf702dd571ac663f4ed0128 Mon Sep 17 00:00:00 2001 From: titus Date: Wed, 28 Jan 2026 11:47:41 -0600 Subject: [PATCH] update label pr --- .github/workflows/label-pr.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/label-pr.yaml b/.github/workflows/label-pr.yaml index b2ff9d4d..1d4b4a94 100644 --- a/.github/workflows/label-pr.yaml +++ b/.github/workflows/label-pr.yaml @@ -1,9 +1,5 @@ name: Label PRs by Type of Change -permissions: - pull-requests: write - issues: write - on: pull_request: types: [opened, edited, synchronize] @@ -11,6 +7,10 @@ on: jobs: label-pr: runs-on: ubuntu-latest + permissions: + pull-requests: write + issues: write + contents: read # Often needed for github-script steps: - name: Check PR body for Type of Change uses: actions/github-script@v7