Skip to content

Commit

Permalink
chore: introduce mergify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Aug 14, 2023
1 parent a8b7ce9 commit 15e063f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/.mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
queue_rules:
- name: Snyk PRs Queue
conditions:
- "check-success ~= .*"

pull_request_rules:
- name: Automatic merge Snyk PRs on Status Checks passing
conditions:
- title~=^\[Snyk\]
- head~=^snyk-fix
- base=main
actions:
queue:
name: "Snyk PRs Queue"
label:
add:
- "auto-merge"

0 comments on commit 15e063f

Please sign in to comment.