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 ea4b5e3 commit 27fdd03Copy full SHA for 27fdd03
.github/workflows/issue_pr_comment.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
script: |
22
const issueBody = context.payload.issue.body || "";
23
- const unchecked = /- \[ \] /.test(issueBody);
+ const unchecked = /- \[ \] (?!我没有阅读这个清单|I have not read these checkboxes)/.test(issueBody);
24
let comment = "感谢您联系OpenList。我们会尽快回复您。\n";
25
comment += "Thanks for contacting OpenList. We will reply to you as soon as possible.\n\n";
26
if (unchecked) {
0 commit comments