Skip to content

Update Copilot Instructions #1

Update Copilot Instructions

Update Copilot Instructions #1

name: Update Copilot Instructions
on:
schedule:
- cron: "0 9 * * 1" # Run every Monday at 09:00 UTC
workflow_dispatch:
jobs:
check-update:

Check failure on line 8 in .github/workflows/copilot-collections-update.yaml

View workflow run for this annotation

GitHub Actions / Update Copilot Instructions

Invalid workflow file

The workflow is not valid. .github/workflows/copilot-collections-update.yaml (Line: 8, Col: 3): Error calling workflow 'canonical/copilot-collections/.github/workflows/auto_update_collections.yaml@main'. The nested job 'update' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
# Pinned to @main to get the latest logic, but the content version is controlled by .github/copilot-collections.yaml
uses: canonical/copilot-collections/.github/workflows/auto_update_collections.yaml@main
secrets: inherit