We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbc6f6 commit 8c74515Copy full SHA for 8c74515
action/index.cjs
@@ -148172,10 +148172,9 @@ const robot = (app) => {
148172
}
148173
const pull_request = context.payload.pull_request;
148174
if (pull_request.state === 'closed' ||
148175
- pull_request.locked ||
148176
- pull_request.draft) {
148177
- console.log('invalid event paylod');
148178
- return 'invalid event paylod';
+ pull_request.locked) {
+ console.log('invalid event payload');
+ return 'invalid event payload';
148179
148180
const target_label = process.env.TARGET_LABEL;
148181
if (target_label &&
0 commit comments