diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-18 18:30:35 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-18 18:30:56 +0200 |
| commit | e88f154dc4eac529291a5287ceb4c56d1bdeba53 (patch) | |
| tree | 0bcf14ca67907a363118b78ac0985a555ecaa8e3 /.github | |
| parent | 51060305154264714399bc0b93a8d796e6a106d7 (diff) | |
ci(Mergify): configuration update
Diffstat (limited to '.github')
| -rw-r--r-- | .github/mergify.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml index 78f5e3f2..4d3b7791 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -4,7 +4,14 @@ queue_rules: - "#check-failure=0" pull_request_rules: - - name: Automatic merge on approval + - name: Merge lockfile updates + conditions: + - "title=Update lockfile.json" + actions: + merge: + method: merge + + - name: Merge on approval conditions: - and: - "-draft" |
