Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 01:48:45 -07:00 committed by GitHub
parent 1c5e5717b1
commit 9759a4d1f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,