From 4bb1ffd67e3053267f209237524924f64102a9e7 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 25 May 2025 15:05:47 +0200 Subject: [PATCH 1/2] ci: add permissions to modify labels --- .github/workflows/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4a7012a..b31654e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -38,6 +38,9 @@ jobs: qa: runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: - name: Checkout uses: actions/checkout@v4 From a7c3b6b01fba8315b5d0bf802d09b108ff28fdc5 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 25 May 2025 15:07:20 +0200 Subject: [PATCH 2/2] ci: issues --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index b31654e..f59e397 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -39,6 +39,7 @@ jobs: qa: runs-on: ubuntu-latest permissions: + issues: write pull-requests: write steps: