Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/copilot-collections-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- cron: "0 9 * * 1" # Run every Monday at 09:00 UTC
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
check-update:
# Pinned to @main to get the latest logic, but the content version is controlled by .github/copilot-collections.yaml
Expand Down
Loading