You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/triage-unallowed-contributions.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ jobs:
104
104
body: reviewMessage,
105
105
event: 'REQUEST_CHANGES'
106
106
})
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.")
108
109
# When the most recent review was CHANGES_REQUESTED and the existing
109
110
# PR no longer contains unallowed changes, dismiss the previous review
0 commit comments