diff options
| author | Jack Koenig | 2021-04-15 16:45:38 -0700 |
|---|---|---|
| committer | GitHub | 2021-04-15 16:45:38 -0700 |
| commit | fc86112bc09f3e804d76e329fea96acb70e4909d (patch) | |
| tree | 190a34868880b72d3153e487d1eafafd9620c258 /.github/configs | |
| parent | 20890bbd6bef2f33adace433a2d01f89458f0466 (diff) | |
Add Workflow to automatically update .mergify.yml (#2180)
Also make minor updates to CI workflow
Diffstat (limited to '.github/configs')
| -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..90bf4ad5 --- /dev/null +++ b/.github/configs/mergify_config.yml @@ -0,0 +1,7 @@ +# Configuration for generating .mergify.yml +conditions: + - status-success=all tests passed +branches: + - 1.2.x + - 1.3.x + - 1.4.x |
