This commit is contained in:
元凛
2022-02-10 13:42:12 +08:00
parent 58c8d40948
commit 7833b3db99
2 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@@ -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) {