Skip to content

Auto-Update Copilot Instructions #4

Auto-Update Copilot Instructions

Auto-Update Copilot Instructions #4

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