mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
test
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -15756,6 +15756,7 @@ class IssueCoreEngine {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const { owner, repo, octokit, issueNumber, getIssue } = this;
|
||||
const issue = yield getIssue();
|
||||
console.log(issue);
|
||||
const baseLabels = issue.labels.map(({ name }) => name);
|
||||
const removeLabels = baseLabels.filter(name => labels.includes(name));
|
||||
for (const label of removeLabels) {
|
||||
|
Reference in New Issue
Block a user