Skip to content

Commit

Permalink
Prevent looping on triage label (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Mar 25, 2024
1 parent 60a00a3 commit 6fb0ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ pull_request_rules:
- and: *is_open
- and: *not_a_bot
- '#label=0'
# When the PR is approved, the triage label is removed. Do not add it back
- '#approved-reviews-by=0'
- or:
- created-at > 5 minutes ago
- commits[*].date_committer > 5 minutes ago
Expand Down Expand Up @@ -532,4 +534,4 @@ pull_request_rules:
# summary: |
# {% if check_status == "failure" %}
# Your pull request needs to be updated before it can be merged.
# {% endif %}
# {% endif %}

0 comments on commit 6fb0ad1

Please sign in to comment.