Skip to content

Commit

Permalink
Add mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 17, 2024
1 parent 1d042aa commit 3b355e8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pull_request_rules:
- name: label renku-bot's PRs
conditions:
- author=RenkuBot
actions:
label:
add: ["dependencies"]
- name: automatically merge renku-bot PRs on CI success
conditions:
- author=RenkuBot
- base=main
- status-success=ci
actions:
merge:
method: merge
- name: automatically merge dependabot PRs on CI success
conditions:
- author=dependabot[bot]
- base=main
- status-success=ci
actions:
merge:
method: merge

0 comments on commit 3b355e8

Please sign in to comment.