Use Sync Labels Workflow #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Use Sync Labels Workflow | |
| on: | |
| schedule: | |
| - cron: '0 0 * * 1' # 00:00 on Monday | |
| workflow_dispatch: # Allows manual triggering | |
| # You could also add 'schedule', 'push', etc. triggers if needed | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| sync-labels: | |
| if: github.repository == 'basher83/Zammad-MCP' | |
| uses: basher83/.github/.github/workflows/sync-labels.yml@739e25762374c81b26a15fe9577196d1a88d3988 # main | |
| # with: | |
| # label_definitions_url: "https://raw.githubusercontent.com/basher83/docs/main/mission-control/github-configs/label-definitions.yml" # optional, can omit for default |