Skip to content

[Bounty] Make starter issue seeding idempotent (#2101) - #1

Open
alKanz17 wants to merge 18 commits into
mainfrom
feat/seed-idempotent-2101
Open

[Bounty] Make starter issue seeding idempotent (#2101)#1
alKanz17 wants to merge 18 commits into
mainfrom
feat/seed-idempotent-2101

Conversation

@alKanz17

Copy link
Copy Markdown
Owner

Summary

Make the seed-issues.yml workflow idempotent: check for existing open issues with the same title before creating, and skip duplicates.

Changes

  • Added issues.listForRepo() call at the start to fetch existing open issues
  • Added idempotency check: if an open issue with the same starter title already exists, skip creating it
  • Log skipped issues to console for debugging

Testing

Manual verification: the workflow will now skip any starter issue whose title matches an already-open issue.

Closes xevrion-v2#2101

AI Agent Checklist

  • I reacted 👍 on the issue before starting work
  • My changes are minimal and focused
  • I have not introduced unrelated changes

Payment: Bank Transfer / PayPal

github-actions Bot added a commit that referenced this pull request Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Make starter issue seeding idempotent

1 participant