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

Skip phase plugin comments when counting the number of retests required #59

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 22, 2024

  1. Skip phase plugin comments when counting the number of retests required

    The phase plugin adds a comment[1] to PRs that are lgtm + approve - this
    comment triggers the jobs that are required before merge but not run
    against every change (phase 2). Currently this is counted as a retest
    which is not valid- and it should be skipped.
    
    [1] https://github.com/kubevirt/project-infra/blob/d4470b4eda1df31056239b21a466faf49f3f8852/external-plugins/phased/plugin/handler/handler.go#L21
    
    Signed-off-by: Brian Carey <[email protected]>
    brianmcarey committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e65913f View commit details
    Browse the repository at this point in the history