Skip to content

Commit

Permalink
ci(Mergify): configuration update (#41108)
Browse files Browse the repository at this point in the history
Signed-off-by: Devon Ryan <null>
  • Loading branch information
dpryan79 authored May 23, 2023
1 parent 6133995 commit d2521bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ pull_request_rules:
conditions:
- "author=BiocondaBot"
- "label=autobump"
- "created-at<=3 days ago" # note the operator direction: 3 days ago yield a timestamp pointing to 3 days ago, and we want to be smaller
- "check-success=bioconda.bioconda-recipes"
- created-at<3 days ago # note the operator direction: 3 days ago yield a timestamp pointing to 3 days ago, and we want to be smaller
- "check-success=Linux Tests"
- "check-success=OSX Tests"
#- "check-success=bioconda.bioconda-recipes"
- "#commits=1" # by enforcing only a single commit, we ensure that the PR is not hijacked by others to introduce additional changes
actions:
review:
Expand Down

0 comments on commit d2521bc

Please sign in to comment.