LearnNewsExamplesServices
Frontmatter
titleAdd script to automate GitHub issue creation #7376
authorksanjeev284
stateMerged
createdAtOct 5, 2025, 1:46 PM
updatedAtOct 5, 2025, 3:23 PM
closedAtOct 5, 2025, 3:22 PM
mergedAtOct 5, 2025, 3:22 PM
branchesdevdev
urlhttps://github.com/neomjs/neo/pull/7374
Merged
ksanjeev284
ksanjeev284 commented on Oct 5, 2025, 1:46 PM

Description : Introduces buildScripts/ai/createGhIssue.mjs to automate creating GitHub issues from local markdown tickets, extracting metadata and updating the ticket file with the new issue reference. Adds an npm script 'ai:create-gh-issue' for easy execution.

Issues #7376

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • It's submitted to the dev branch, not the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

tobiu
tobiu commented on Oct 5, 2025, 3:22 PM

input from gemini:

Screenshot 2025-10-05 at 15 18 43

tobiu
tobiu commented on Oct 5, 2025, 3:23 PM

added the hacktoberfest-accepted label, and merged the PR. thanks for the contribution!