Skip to content

Commit 60a9d57

Browse files
committed
[infra] Add check for author label presence in status label handler
1 parent 19519a6 commit 60a9d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/issues/statusLabelHandler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = async ({ core, context, github }) => {
3838
return;
3939
}
4040

41+
// if we are not waiting for author feedback, we can exit
4142
if (!labels.includes(authorLabel)) {
4243
core.info(`>>> '${authorLabel}' label not present. Exiting.`);
4344
return;

0 commit comments

Comments
 (0)