cryptol/.github/pr-labeler.yml
Jared Weakly 1c38465ca8
Implement GitHub actions (#722)
* Builds nightly binary tarballs on Linux, macOS, and Windows
* Runs tests on every PR and merge to master
* Includes GitHub Actions status in README instead of Travis
* Makes the GitRev recompile hack less fragile
* Makes the Makefile Cabal v3 compatible
* Builds the manual as part of the CI process
2020-05-14 10:50:22 -07:00

6 lines
175 B
YAML

feature: ["feature/*", "feat/*"]
enhancement: ["enhancement/*"]
fix: ["fix/*", "bugfix/*", "bug/*"]
breaking: ["breaking/*"]
solver: ["solver/*", "*z3*", "*cvc4*", "*yices*"]