Skip to content

Commit

Permalink
mergify: auto-assign PR owner (elastic#30282)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 8, 2022
1 parent d510781 commit b2c5516
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ queue_rules:
conditions:
- check-success=beats-ci/pr-merge
pull_request_rules:
- name: self-assign PRs
conditions:
- -merged
- -closed
- "#assignee=0"
actions:
assign:
add_users:
- "{{ author }}"
- name: forward-port patches to main branch
conditions:
- merged
Expand Down

0 comments on commit b2c5516

Please sign in to comment.