Skip to content

Add protected-files: allowed to evergreen workflow - #75

Merged
mrjf merged 2 commits into
mainfrom
copilot/update-protected-files-policy
Apr 8, 2026
Merged

Add protected-files: allowed to evergreen workflow#75
mrjf merged 2 commits into
mainfrom
copilot/update-protected-files-policy

Conversation

Copilot AI commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Evergreen agent fails to push fixes when PR changes touch protected files (e.g., .github/ paths, package.json). The push-to-pull-request-branch safe output needs the protected-files: allowed policy to permit editing all files.

  • Added protected-files: allowed to push-to-pull-request-branch in evergreen.md
  • Recompiled evergreen.lock.yml via gh aw compile
safe-outputs:
  push-to-pull-request-branch:
    target: "*"
    max: 3
    protected-files: allowed

Copilot AI assigned Copilot and mrjf Apr 8, 2026
Copilot AI linked an issue Apr 8, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Allow editing of all protected files in evergreen agentic workflow Add protected-files: allowed to evergreen workflow Apr 8, 2026
Copilot AI requested a review from mrjf April 8, 2026 18:32
Copilot finished work on behalf of mrjf April 8, 2026 18:32
@mrjf
mrjf marked this pull request as ready for review April 8, 2026 18:45
@mrjf
mrjf merged commit 0be89ed into main Apr 8, 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.

Must allow editing all files in evergreen agentic workflow

2 participants