Skip to content

Commit

Permalink
Add a GitHub Actions workflow to automatically sync the repository la…
Browse files Browse the repository at this point in the history
…bels.

This commit adds a `.github/workflow/sync-labels.yml` file, which defines a workflow that syncs this repository's labels with the contents of the `.github/labels.yml` file. The labels are synced automatically whenever the `.github/labels.yml` file changes.
  • Loading branch information
ErikSchierboom committed Jun 11, 2021
1 parent f738868 commit ead0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- .github/labels.yml
- .github/workflows/sync-labels.yml
schedule:
- cron: 0 0 1 * *
- cron: 6 6 6 * *
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ead0793

Please sign in to comment.