Skip to content

Commit

Permalink
Merge branch 'main' into bot/update-global-workflow-main-4cd8c5c36ba4…
Browse files Browse the repository at this point in the history
…55a742c963422298ebec5fcb4639
  • Loading branch information
devantler authored Sep 19, 2023
2 parents fa38087 + 1fddd85 commit 9c13752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Sync labels
on:
schedule:
- cron: '0 7 * * 1'
- cron: "0 7 * * 1"
workflow_dispatch:

jobs:
Expand All @@ -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

0 comments on commit 9c13752

Please sign in to comment.