diff options
| author | Jack Koenig | 2022-01-10 15:44:09 -0800 |
|---|---|---|
| committer | GitHub | 2022-01-10 15:44:09 -0800 |
| commit | 92e77a97af986629766ac9038f0ebc8ab9a48fa1 (patch) | |
| tree | b5b7062f0a4536dbbf779058c6d3b9c4be4f9938 /.github | |
| parent | a1af6b7099f1207c67db3561507615fd18c487ef (diff) | |
| parent | 7b7b36b5eff9423a7ac0e3bceb60d22a5f59b71c (diff) | |
Merge pull request #2334 from chipsalliance/update-mergify-queue-action
Update mergify queue action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/configs/mergify_config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/configs/mergify_config.yml b/.github/configs/mergify_config.yml new file mode 100644 index 00000000..dbed4fe8 --- /dev/null +++ b/.github/configs/mergify_config.yml @@ -0,0 +1,7 @@ +# Configuration for generating .mergify.yml +conditions: + - status-success=all tests passed +branches: + - 3.2.x + - 3.3.x + - 3.4.x |
