Replies: 1 comment 1 reply
-
The Pull Request Handler will have a job called Pull Request Status Check, which is designed to be used for precisely this purpose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to see some docs on recommended setup of "Required Checks" in branch policies.
We had a requirement on CI/CD Workflow, and that worked well. With 3.0 that disappeared. So we changed to require "Build . - Default" or whatever different builds there can be in multi-project repo.
But when using auto-merge, the Post Process will fail due to the PR being merged just before or during the Post Process runs.
So we added Post Process as required. And seems to work.
To sum up, it is not trivial to find out how to set it up and what to change for all repositories when a new version of Al-Go rolls out. Please make sure there are both updated docs and mentions in release notes about braking changes like this.
Beta Was this translation helpful? Give feedback.
All reactions