mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
1c5e5717b1
commit
9759a4d1f9
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
state: issue.state
|
||||
});
|
||||
}
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue