From b08fd83856d9ac75eac9a38ef5da87f836d18a72 Mon Sep 17 00:00:00 2001 From: Evgeny Kropotin Date: Thu, 7 Aug 2025 21:14:17 -0700 Subject: [PATCH 1/2] fix: sync-labels workfolw --- .github/workflows/sync-labels.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 7ce1a72..e733363 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -11,6 +11,10 @@ on: jobs: sync: runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + contents: read steps: - name: Checkout uses: actions/checkout@v4 From ba400c75d470eb4fd8a1a3315360935548b9d0c8 Mon Sep 17 00:00:00 2001 From: Evgeny Kropotin Date: Thu, 7 Aug 2025 21:17:42 -0700 Subject: [PATCH 2/2] fix: sync-labels workflow --- .github/workflows/sync-labels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index e733363..a66b900 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -12,9 +12,10 @@ jobs: sync: runs-on: ubuntu-latest permissions: + contents: read issues: write pull-requests: write - contents: read + metadata: read steps: - name: Checkout uses: actions/checkout@v4