merge-gatekeeper
merge-gatekeeper copied to clipboard
Get better merge control
Hi there, I am using reusable workflows and most of the workflows trigger the same set of jobs like ``` - build-and-test / build - build-and-test / terraform-plan (prd, xwrd)...
- Upgrade Go to v1.19.3 - Update cobra and oauth2 packages to their latest - Update go-github to v48.1.0
It would be cool if we could support regex matching on ignored jobs. This way we can specify something like `deploy-*` and have it ignore all the `deploy` jobs
Fixes #27 - A simple example job has been added (which will be run every time a commit is pushed to master) - A quick documentation has been added for...
This is essentially a mirror of #17. We have got the "ignored" list where some jobs can be ignored from Merge Gatekeeper checks. It will clearly be a great addition...
Looks like there is some missing env var nor param when action triggered by push event Im getting the following error ``` Error: failed to create validator: reference of repository...
Hi team! We've been using merge-gatekeeper in our team for a while and enjoying it 🙂 Recently I've noticed that when I run the merge gatekeeper for the first time...
I have a repo where specific tests are triggered based on which files were updated in a PR. On a number of occisions, I notice merge-gatekeeper in a failed state,...