Close API-created issues that do not match a template#22424
Open
MikeMcQuaid wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR separates issue and pull request template checks while sharing the template-matching logic through a new Ruby script used by both workflows.
Changes:
- Renames and narrows the existing pull request workflow to use a shared template checker.
- Adds a new issue workflow that closes newly opened issues whose bodies do not match required issue-form templates.
- Introduces
.github/scripts/check-template.rbwithpull-requestandissuemodes.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/workflows/check-prs.yml |
Updates the PR workflow name/concurrency and replaces inline Ruby template checking with the shared script. |
.github/workflows/check-issues.yml |
Adds an issue-opened workflow that fetches trusted issue templates/checker and closes incomplete issues. |
.github/scripts/check-template.rb |
Adds shared Ruby logic for validating PR templates and issue-form templates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Keep issue and pull request checks isolated so each workflow has a narrower trigger and permission surface. - Share template matching in `.github/scripts/check_template.rb` so issue and pull request behaviour stays consistent. - Close new API-created issues that do not provide required template responses.
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.
.github/scripts/check-template.rbso issue and pull request behaviour stays consistent.brew lgtm(style, typechecking and tests) with your changes locally?OpenAI 5.5 xhigh with local review and testing.