Auto-create 10 contributor issues on merge with deduplication#4
Merged
Conversation
…or section Co-authored-by: Mkalbani <112591148+Mkalbani@users.noreply.github.com> Agent-Logs-Url: https://github.com/ThinknetCollective/mesh-contract/sessions/98b2950a-a6bf-417e-84c4-bb79503d73ba
Copilot
AI
changed the title
[WIP] Add functionality to create open issues for contributors
Add contributor issues infrastructure: labels, issue templates, and README discoverability
Mar 20, 2026
…Spec tasks Co-authored-by: Mkalbani <112591148+Mkalbani@users.noreply.github.com> Agent-Logs-Url: https://github.com/ThinknetCollective/mesh-contract/sessions/53d26787-87ce-4e49-9fda-9cdc103534ce
Copilot
AI
changed the title
Add contributor issues infrastructure: labels, issue templates, and README discoverability
Auto-create 10 contributor issues on merge with deduplication
Mar 20, 2026
Mkalbani
marked this pull request as ready for review
March 20, 2026 18:34
0xNinx
pushed a commit
to 0xNinx/mesh-contract
that referenced
this pull request
Jun 23, 2026
…ot/create-open-issues-for-contributors Auto-create 10 contributor issues on merge with deduplication
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workflow only fired on
workflow_dispatch, so no issues had ever been created — the Issues tab was empty and contributors had nothing to find or claim.Changes
.github/workflows/create-wave-issues.ymlpush: branches: [main]trigger (path-scoped) so all 10 issues are created automatically when this PR merges — no manual Action run requiredensureIssue()helper that fetches existing issue titles once and skips any that already exist, making the workflow fully idempotent- [ ]), NatSpec documentation task present and consistently ordered (second-to-last, before deploy), and a/applycall-to-action so contributors know how to claim each issue✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.