aboutsummaryrefslogtreecommitdiff
path: root/.mergify.yml
AgeCommit message (Collapse)Author
2023-03-15Prepare Mergify for changing the default branch to 1.6.xJack Koenig
2022-01-12Update master for 1.5.0 release (#2455)Jack Koenig
* Enable CI for 1.5.x branch * Enable Mergify for 1.5.x branch * Drop 1.2.x from Mergify
2022-01-11Update .mergify.yml (#2454)github-actions[bot]
2021-04-19Update .mergify.yml (#2181)github-actions[bot]
Co-authored-by: jackkoenig <jackkoenig@users.noreply.github.com>
2021-01-19Fix Mergify condition for labeling backports (#2048)Jack Koenig
2021-01-19Switch from Travis to Github Actions CI (#2041)Jack Koenig
* Fix .run_formal_checks for Github Actions instead of Travis * Remove .run_chisel_tests Because we publish SNAPSHOTs on every merge to master, the Chisel repo checks against master of FIRRTL regularly * Only run unidoc for Scala 2.12 Under Travis we ran for 2.11, 2.12, and 2.13, but it doesn't work when using ++2.<major>.<minor> when major != to 2.12. It seems if we want to run all 3, we have to run as `sbt +unidoc`. It's not clear how much benefit we get from building on the other versions, so stick with 2.12 for now. * Generate .mergify.yml with script in chisel-repo-tools Generated with config: conditions: - status-success=all tests passed branches: - 1.2.x - 1.3.x - 1.4.x
2020-11-04Add 1.4.x to Mergify (#1920)Jack Koenig
2020-06-09Update Mergify to refer to travis-ci.com (#1672)Jack Koenig
2020-05-13[Mergify] Add back backporting to 1.2.x (#1595)Jack Koenig
Labeling a PR with Milestone 1.2.X now will tell Mergify to backport it to both 1.2.x and 1.3.x. Co-authored-by: Albert Magyar <albert.magyar@gmail.com>
2020-04-30Update Mergify rules to backport to 1.3.x (#1552)Jack Koenig
This replaces the rules for 1.2.x
2020-03-10[mergify] Update match string for labeling backported PRs (#1439)Albert Magyar
2020-03-08Label & block conflicting backport PRsAlbert Magyar
2020-03-08Make mergify open backport PRs & signal on failed cherry-picksAlbert Magyar
2019-11-18[Mergify] Drop review requirement for backport PRsAlbert Magyar
2019-11-18[Mergify] Automatically merge backport PRs when readyAlbert Magyar
2019-11-11Add labeling to Mergify backportingJack Koenig
2019-11-11Use Mergify to automate backporting to 1.2.xJack Koenig
2019-02-28Make mergify run when no reviews request changes (#1043)Adam Izraelevitz
2019-02-22Change mergify to just require an approval (#1030)Adam Izraelevitz
Previously would require all requested reviewers must have approved a PR before merging.
2019-02-21Added mergify configuration (#1026)Adam Izraelevitz