Skip to content

Commit

Permalink
Update global workflows (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: web-flow <noreply@github.com>
  • Loading branch information
devantler and web-flow authored Sep 14, 2023
1 parent 4571954 commit 2519cfc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sync labels
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 7 * * 1'
workflow_dispatch:

jobs:
sync:
name: Run EndBug/label-sync
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: 'https://raw.githubusercontent.com/devantler/.github/main/.github/labels.yaml'
delete-other-labels: true

0 comments on commit 2519cfc

Please sign in to comment.