Skip to content

Commit 72a069d

Browse files
authored
repo sync
2 parents 708fd5e + 89cc7cc commit 72a069d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/triage-unallowed-contributions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
body: reviewMessage,
105105
event: 'REQUEST_CHANGES'
106106
})
107-
exit 1 # prevents further steps from running and fails workflow
107+
108+
core.setFailed("It looks like you've modified some files we don't accept contributions for. Please see the review with requested changes for details.")
108109
# When the most recent review was CHANGES_REQUESTED and the existing
109110
# PR no longer contains unallowed changes, dismiss the previous review
110111
- name: Dismiss pull request review

0 commit comments

Comments
 (0)