mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
937651d3a1
commit
6e75d96854
1 changed files with 1 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ jobs:
|
|||
});
|
||||
}
|
||||
console.log(`Creating ${issuesToCreate.length} issues`);
|
||||
for (const issue of issuesToCreate.slice(0,1)) {
|
||||
for (const issue of issuesToCreate) {
|
||||
const result = await github.rest.issues.create({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
|
@ -187,7 +187,6 @@ jobs:
|
|||
body: issue.body,
|
||||
labels: ["tracking set"]
|
||||
});
|
||||
console.log(`DEBUG: ${result.data.number} issue.state: ${issue.state}`);
|
||||
if (issue.state === "closed") {
|
||||
github.rest.issues.update({
|
||||
owner: context.repo.owner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue