Skip to content

Instantly share code, notes, and snippets.

@sileht
Last active October 21, 2020 08:55
Show Gist options
  • Save sileht/5236c9d5bda59a78d49576a98499f521 to your computer and use it in GitHub Desktop.
Save sileht/5236c9d5bda59a78d49576a98499f521 to your computer and use it in GitHub Desktop.
queue_rules:
- name: bypass
conditions:
- check-success: foobar
method: rebase
- name: main
conditions:
- approved: 1
- check-success: foobar
method: rebase
pull_request_rules:
- name: my_pr_rules
conditions:
- approved: 1
action:
queue:
name: main
priority: 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment