mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-19 20:45:43 +00:00
๐ Change ignore empty default
This commit is contained in:
parent
c2d61f8d44
commit
c4fe677969
4 changed files with 6 additions and 4 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
|
@ -323,6 +323,7 @@ function run() {
|
|||
try {
|
||||
const body = yield (0, config_1.getBody)();
|
||||
if (!body && config_1.ignoreEmpty) {
|
||||
core.info("no body given: skip step by ignoreEmpty");
|
||||
return;
|
||||
}
|
||||
if (!config_1.deleteOldComment && !config_1.hideOldComment && !body) {
|
||||
|
|
|
|||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loadingโฆ
Add table
Add a link
Reference in a new issue