mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 01:37:50 +00:00
fix: lint issue
This commit is contained in:
@@ -110,8 +110,8 @@ jobs:
|
|||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
});
|
});
|
||||||
|
|
||||||
const botComment = comments.data.find(comment =>
|
const botComment = comments.data.find(comment =>
|
||||||
comment.user.type === 'Bot' &&
|
comment.user.type === 'Bot' &&
|
||||||
comment.body.includes('Missing Required Information')
|
comment.body.includes('Missing Required Information')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user