diff options
| author | Adam Izraelevitz | 2019-11-22 16:45:44 -0800 |
|---|---|---|
| committer | GitHub | 2019-11-22 16:45:44 -0800 |
| commit | fdc41387d37abb8d2a75efa30a2d30d9373dd785 (patch) | |
| tree | a807fa08c5f60801ddc9ff166f71391aae18c3f9 | |
| parent | 93ccad7dad097e607cd2e7888552cae708634f73 (diff) | |
Add binary comp. check to mergify bp
| -rw-r--r-- | .mergify.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml index ddf2ecea..76357042 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -56,6 +56,7 @@ pull_request_rules: - "status-success=ci/circleci: checkstyle-chisel" - "status-success=ci/circleci: test-chisel-2_11" - "status-success=ci/circleci: test-chisel-2_12" + - "status-success=ci/circleci: check-binary-compatibility" - status-success=license/cla - "#changes-requested-reviews-by=0" - base=3.2.x |
