Skip to content

Commit

Permalink
remove cn comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Aug 12, 2024
1 parent 3101f14 commit 72aca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools/reopen-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72aca1e

Please sign in to comment.