From 1fddd85dd8c2c3d5b437214824449d55757e8ef5 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Tue, 19 Sep 2023 23:27:01 +0200 Subject: [PATCH] Update global workflows (#334) --- .github/workflows/sync-labels.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index b4c8ef1a6..22152e433 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -1,7 +1,7 @@ name: Sync labels on: schedule: - - cron: '0 7 * * 1' + - cron: "0 7 * * 1" workflow_dispatch: jobs: @@ -12,5 +12,5 @@ jobs: - uses: actions/checkout@v4 - uses: EndBug/label-sync@v2 with: - config-file: 'https://raw.githubusercontent.com/devantler/.github/main/.github/labels.yaml' + config-file: "https://raw.githubusercontent.com/devantler/.github/main/.github/labels.yaml" delete-other-labels: true