We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37e810 commit 871d886Copy full SHA for 871d886
1 file changed
.github/workflows/triage-unallowed-contributions.yml
@@ -104,6 +104,7 @@ jobs:
104
body: reviewMessage,
105
event: 'REQUEST_CHANGES'
106
})
107
+ exit 1 # prevents further steps from running and fails workflow
108
# When the most recent review was CHANGES_REQUESTED and the existing
109
# PR no longer contains unallowed changes, dismiss the previous review
110
- name: Dismiss pull request review
0 commit comments