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

Fix status_check_contexts matching bug (#28582) #28589

Merged
merged 1 commit into from
Dec 22, 2023

Commits on Dec 22, 2023

  1. Fix status_check_contexts matching bug (go-gitea#28582)

    Fix go-gitea#28570
    Follow go-gitea#24633
    
    ---
    Copied from
    go-gitea#28570 (comment)
    
    The feature introduced in go-gitea#24633 should be compatible with
    `status_check_contexts`. However, if one or more of
    `status_check_contexts` is not a legal glob expressions, `glob.Compile`
    will fail and the contexts cannot match.
    
    
    https://github.com/go-gitea/gitea/blob/21229ed2c8ed00f57100adf9ebc5f4a08da9a66e/routers/web/repo/pull.go#L653-L663
    Zettat123 authored and GiteaBot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9d4e06c View commit details
    Browse the repository at this point in the history