haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 91 forks source link

add post jobs to github workflows #451

Closed kokobd closed 2 years ago

kokobd commented 2 years ago

Mergify relies on branch protection settings, which can only be configured here:

image

When a PR changes the test matrix, Mergify will still wait for the old jobs that no longer exist. See #446 for an example.

HLS repo uses post jobs for each workflow and sets branch protection rules to wait for those post jobs.

kokobd commented 2 years ago

@michaelpj Do you have access to the repository settings page? If so, can you set the branch protection rule of the master branch to check haskell_post_job and nix_post_job instead?

michaelpj commented 2 years ago

Done!