diff options
| author | John Estabrook <jsestabrook@gmail.com> | 2026-05-11 09:00:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 09:00:25 -0500 |
| commit | 4d4f5d360e66fd3d5f60a206f95a6b6074ac202b (patch) | |
| tree | 1ec6c0778db87b1476365acfd4370cf63ff504ee /.github/mergify.yml | |
| parent | 3b9d5803cdebb5dfa428b07e9c114403f95ed8eb (diff) | |
| parent | 77e914b8d5f4929f4c26ff4bd444ccdcff5dd2cf (diff) | |
| download | libnss-mapuser-4d4f5d360e66fd3d5f60a206f95a6b6074ac202b.tar.gz libnss-mapuser-4d4f5d360e66fd3d5f60a206f95a6b6074ac202b.zip | |
Merge pull request #14 from vyos/T8531-restrict-mergify-commands
T8531: add Mergify config with commands restrictions
Diffstat (limited to '.github/mergify.yml')
| -rw-r--r-- | .github/mergify.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 0000000..b2cf6ac --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,25 @@ +pull_request_rules: + - name: Label conflicting pull requests + description: Add a label to a pull request with conflict to spot it easily + conditions: + - conflict + - '-closed' + actions: + label: + toggle: + - conflicts + +commands_restrictions: + backport: &allowed + conditions: + - or: + - sender=@vyos/maintainers + - sender=vyosbot + copy: *allowed + dequeue: *allowed + queue: *allowed + rebase: *allowed + refresh: *allowed + requeue: *allowed + squash: *allowed + update: *allowed |
