summaryrefslogtreecommitdiff
path: root/.mergify.yml
AgeCommit message (Collapse)Author
2022-01-10Update Mergify config for new queue actionJack Koenig
Mergify deprecated and removed strict mode in the merge action. Instead, we now use the queue action. Using ucb-bar/chisel-repo-tools#38.
2021-04-15Improve Mergify labeling of backports (#1865)Jack Koenig
Using https://github.com/ucb-bar/chisel-repo-tools/pull/31
2021-01-20Fix Mergify condition for labeling backports (#1742)Jack Koenig
2020-12-16Switch to using Github Actions CI (#1690)Jack Koenig
MiMa binary compatibility checks are now run on master, but the mimaPreviousArtifacts are empty which makes the check a no-op. This helps keep both the build.sbt and CI more consistent between master and stable branches. .mergify.yml is also updated with mergify.sc from chisel-repo-tools using the following configuration: conditions: - status-success=all tests passed branches: - 3.2.x - 3.3.x - 3.4.x
2020-10-11Add 3.4.x to Mergify (#1607)Jack Koenig
2020-07-21Remove scalastyle configs from repositoryAlbert Magyar
* Drop plugin * Drop scalastyle tests from make recipes * Remove checkstyle from CI
2020-06-22Fix Mergify Backport labeling for 3.2.x (#1489)Jack Koenig
Co-authored-by: Albert Magyar <albert.magyar@gmail.com>
2020-06-05Restore backporting to 3.2.x (#1460)Jack Koenig
2020-05-05Update Mergify rules to backport to 3.3.x (#1429)Jack Koenig
This replaces the rules for 3.2.x
2020-03-10[mergify] Update match string for labeling backported PRs (#1373)Albert Magyar
2020-03-08Label & block conflicting backport PRsAlbert Magyar
2020-03-06Make mergify open backport PRs & signal on failed cherry-picksAlbert Magyar
2019-12-02Remove Jenkins CI from .mergify.yml (#1264)Jack Koenig
2019-11-22Add binary comp. check to mergify bpAdam Izraelevitz
2019-11-22Fix mergify to backports: omit jenkins CI (#1246)Adam Izraelevitz
2019-11-22Create .mergify.yml (#1244)Adam Izraelevitz