Skip to content

Commit d657f7b

Browse files
Copilotmrjf
andauthored
Remove allowed-files restriction from evergreen workflow to allow all files
The push_to_pull_request_branch operation was failing because the allowed-files list was too restrictive. Remove the allowed-files configuration entirely so the evergreen agent can push changes to any file when fixing PRs. Recompiled with gh aw compile. Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/7916d87c-352c-40ab-853b-bf9a5e0d06f3 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent b9c3cb4 commit d657f7b

2 files changed

Lines changed: 19 additions & 25 deletions

File tree

.github/workflows/evergreen.lock.yml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/evergreen.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ safe-outputs:
2626
push-to-pull-request-branch:
2727
target: "*"
2828
max: 3
29-
allowed-files:
30-
- ".github/workflows/autoloop.lock.yml"
31-
- ".github/workflows/autoloop.md"
32-
- ".github/workflows/evergreen.lock.yml"
33-
- ".github/workflows/evergreen.md"
34-
- ".github/workflows/pages.yml"
3529
add-comment:
3630
max: 3
3731
target: "*"

0 commit comments

Comments
 (0)