Skip to content

Commit c8543cf

Browse files
authored
Merge pull request #66 from githubnext/copilot/aw-fix-pr-health-keeper
Allow Evergreen workflow to push workflow file changes to PR branches
2 parents 803fe44 + 5d5102c commit c8543cf

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)