Skip to content

Commit

Permalink
Update update-set-implementation-lists.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpensiveKoala authored Sep 29, 2024
1 parent 1c5e571 commit 9759a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-set-implementation-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9759a4d

Please sign in to comment.