Skip to content

Commit 5d5102c

Browse files
Copilotmrjf
andauthored
Add allowed-files to Evergreen workflow push-to-pull-request-branch for workflow files
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/7272e559-b8df-4c4c-8dec-e65211b0a1d0 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent 939ab59 commit 5d5102c

2 files changed

Lines changed: 25 additions & 19 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ 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"
2935
add-comment:
3036
max: 3
3137
target: "*"

0 commit comments

Comments
 (0)