Skip to content

Commit

Permalink
#114 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 16, 2024
1 parent a3c3565 commit 575151c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function run() {
const PRBody = pull_request === null || pull_request === void 0 ? void 0 : pull_request.body;
core.info("Checking body contents");
if (!PRBody) {
core.setFailed("❌ The body is empty, can't check");
core.warning("⚠️ The body is empty, skipping body checks");
}
else {
if (bodyContains && !(0, utils_1.rexify)(bodyContains).test(PRBody)) {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 575151c

Please sign in to comment.