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
let reviewMessage = `👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions. The complete list of files we can't accept are:\n${badFiles}\n\nYou'll need to revert all of the files you changed in that list using [GitHub Desktop](https://docs.github.com/en/free-pro-team@latest/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit) or \`git checkout origin/main <file name>\`. Once you get those files reverted, we can continue with the review process. :octocat:`
97
+
let workflowFailMessage = "It looks like you've modified some files that we can't accept as contributions."
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.")
129
-
# When the most recent review was CHANGES_REQUESTED and the existing
130
-
# PR no longer contains unallowed changes, dismiss the previous review
131
-
- name: Dismiss pull request review
132
-
# Check that unallowed files aren't modified and that a
0 commit comments