Auto-Update Copilot Instructions #4
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: Auto-Update Copilot Instructions | |
| on: | |
| schedule: | |
| - cron: '0 9 * * 1' # Run every Monday at 09:00 UTC | |
| workflow_dispatch: | |
| jobs: | |
| check-update: | |
| # Always pin to @main to get the latest logic, but the content version is controlled by your .yaml file | |
| uses: canonical/copilot-collections/.github/workflows/auto_update_collections.yaml@main | |
| with: | |
| config_file: ".copilot-collections.yaml" | |
| secrets: inherit |