Skip to content

Add automated issue verification/triaging workflow#1019

Merged
jormundur00 merged 1 commit into
masterfrom
jormundur00/gh-945
Mar 3, 2026
Merged

Add automated issue verification/triaging workflow#1019
jormundur00 merged 1 commit into
masterfrom
jormundur00/gh-945

Conversation

@jormundur00

Copy link
Copy Markdown
Member

What does this PR do?

In this PR we introduce the new-issue-verification.yml workflow, which verifies newly-created library-new-request issues are not created for artifacts that are already supported either by the reachability metadata repo or frameworks (listed in metadata/library-and-framework-list.json), and if they are, automatically closes them with an informative message. The issues can be re-opened without rerunning the workflow if the issue author believes that the automated closure is a mistake.

The workflow verifies 3 separate points:

  1. If the requested library is not in the requested <groupId>:<artifactId>:<version> format, the issue is closed with a suggestion to open an issue with the correct format (example),
  2. If the versioned-library is already supported by the reachability metadata repository (tested by check-library-support.sh), the issue is closed (example),
  3. If the library is listed as supported in metadata/library-and-framework-list.json, the issue is closed (example).

Fixes: #945

@jormundur00 jormundur00 self-assigned this Feb 23, 2026
@jormundur00 jormundur00 added the enhancement New feature or request label Feb 23, 2026
@jormundur00 jormundur00 merged commit 9fc59b2 into master Mar 3, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: New Issue Verification

2 participants