Skip to content

Conversation

@kimeta
Copy link
Collaborator

@kimeta kimeta commented Nov 26, 2025

What does this PR do?

Fixes: #771

This PR introduces a GitHub Actions workflow for automatically synchronizing labels between issues and pull requests related to library-unsupported-version fixes. The workflow follows this pattern:

  • Identifies the issue that the PR addresses and checks for any associated fails-* label.
  • Assigns the appropriate label to the PR using the following issue-to-PR label mappings:
    • fails-javac-compile: fixes-javac-fail
    • fails-java-run: fixes-java-run-fail
    • fails-native-image-run: fixes-native-image-run-fail
    • fails-native-image-build: fixes-native-image-build-fail
  • If the PR title contains [GenAI], it is also labeled as "GenAI".

@kimeta kimeta requested a review from vjovanov November 26, 2025 10:58
@kimeta kimeta force-pushed the mm/pr-auto-labeling-script branch from 4d28c97 to a44a9a3 Compare November 26, 2025 11:12
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.

Feature: Automatic label sync between issues and PRs for library-unsupported-version fixes

1 participant