Open nedbat opened 3 years ago
I've recently setup a GitHub Actions workflow which does this, including the label to exclude a PR.
It would be great to replace the bash with something from scriv
. I don't think it should try to replace the label check, but that an example GitHub Actions workflow like the above could go into the docs (with room for other CI systems, if anyone contributes example configs).
I would be happy to put in a PR to add something, or at least get it started! If this would be welcome, I have two questions:
config.main_branches
until we find one that exists, and error if none is found?--git-diff-from
and --git-diff-to
in case someone has a special case for the diff?
For use in CI, to check if a pull request has followed the right procedure: did it add a new fragment, and does the fragment have content.
Question: