From 983c358b7abb311629a3a39b1ffabf17c3395805 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 5 Feb 2025 14:30:08 +0200 Subject: [PATCH] Update sync-labels.yml --- .github/workflows/sync-labels.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index f8dbfba..e5e2001 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -7,15 +7,17 @@ on: branches: - main paths: + - .github/workflows/sync-labels.yml - .github/labels.yml schedule: - cron: "34 5 * * *" workflow_call: workflow_dispatch: -permissions: - issues: write - jobs: SyncLabels: - uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main + permissions: + issues: write + runs-on: ubuntu-latest + steps: + - uses: ivuorinen/actions/sync-labels@main