Skip to content

fix: add protected-files policy to workshop-skill-activity-author#94

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-workshop-file-permissions
Jul 11, 2026
Merged

fix: add protected-files policy to workshop-skill-activity-author#94
pelikhan merged 2 commits into
mainfrom
copilot/fix-workshop-file-permissions

Conversation

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

workshop-skill-activity-author was failing to push because it lacked protected-files configuration — the safe-outputs infrastructure rejected the push when it encountered workshop/README.md under a request_review file-protection policy.

Changes

  • .github/workflows/workshop-skill-activity-author.md — added protected-files.policy: request_review to the safe-outputs.create-pull-request block, matching the existing pattern in workshop-author.md:
safe-outputs:
  create-pull-request:
    ...
    protected-files:
      policy: request_review
    allowed-files:
      - "workshop/*.md"
      - "workshop/**/*.md"
  • .github/workflows/workshop-skill-activity-author.lock.yml — recompiled lock file (gh aw compile --validate, 0 errors, 0 warnings)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix permissions to allow editing workshop files fix: add protected-files policy to workshop-skill-activity-author Jul 11, 2026
Copilot AI requested a review from pelikhan July 11, 2026 14:50
@pelikhan pelikhan marked this pull request as ready for review July 11, 2026 14:50
@pelikhan pelikhan merged commit e88be64 into main Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[q] fix permissions to allow editing workshop files

2 participants