Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tool] Provide better CI feedback for combo PRs #6865

Merged

Commits on Jun 4, 2024

  1. [tool] Provide better CI feedback for combo PRs

    Currently if a PR follows the recommended combo PR process for a
    federated plugin, the main PR will have CI errors that say the PR isn't
    allowed to do what it is doing, which is confusing, especially to new
    contributors or reviewers.
    
    This updates the tooling to detect the temporary overrides created by
    the tooling, and uses that to trigger a different error message that
    explains that the error is expected, and exists only to prevent
    accidental landing.
    stuartmorgan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    257edc9 View commit details
    Browse the repository at this point in the history