diff options
| author | John Estabrook <jsestabrook@gmail.com> | 2026-05-11 09:00:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 09:00:00 -0500 |
| commit | d646f9d3d53105acfcf8f0222eb61e4db3b23b26 (patch) | |
| tree | 477ed082ebb31b599024dabb3969c4c4c791377a | |
| parent | b0f50243aed8e96c39d5a26dcc3825698835ecdb (diff) | |
| parent | ace7bcefc88b4627c6989511794023881982ff8c (diff) | |
| download | libpam-radius-auth-d646f9d3d53105acfcf8f0222eb61e4db3b23b26.tar.gz libpam-radius-auth-d646f9d3d53105acfcf8f0222eb61e4db3b23b26.zip | |
Merge pull request #18 from vyos/T8531-restrict-mergify-commands
T8531: add Mergify config with commands restrictions
| -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 |
