From 306574e57705da9c04c48fd77915a75ad53a6206 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 14 Aug 2024 13:56:30 +0300 Subject: [PATCH] chore(workflows): add "issues: write" to sync-labels --- .github/workflows/sync-labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 4b1488f..f8dbfba 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -13,6 +13,9 @@ on: workflow_call: workflow_dispatch: +permissions: + issues: write + jobs: SyncLabels: uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main