mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 14:42:14 +08:00
remove cn comment.
This commit is contained in:
parent
3101f1491b
commit
72aca1ebb8
2
.github/workflows/tools/reopen-issue.yml
vendored
2
.github/workflows/tools/reopen-issue.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
per_page: 100
|
||||
});
|
||||
const issueNumbers = issues
|
||||
.filter(issue => !issue.pull_request) // 排除PR
|
||||
.filter(issue => !issue.pull_request) // exclude PR
|
||||
.map(issue => issue.number);
|
||||
console.log(`Fetched issues: ${issueNumbers}`);
|
||||
return issueNumbers;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user