Skip to content

Commit 737801f

Browse files
authored
Merge branch 'main' into add-missing-path-posix-for-windows
2 parents f0e9369 + fd1ed19 commit 737801f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/improve-the-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Check to make sure someone hasn't already opened a similar issue: https://github
2222

2323
### What is the current behavior?
2424

25-
<!-- include links to articles where you're seeing a problem, screenshots, what browser you're using, etc. -->
25+
<!-- Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc. -->
2626

2727
### What changes are you suggesting?
2828

.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)