Skip to content

Commit

Permalink
Test mergify auto approve
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 16, 2024
1 parent df0d24d commit f1a730c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,17 @@ pull_request_rules:
comment:
message: "/terratest"

- name: "approve automated PRs that only update the markdown files, images or videos"
conditions:
- and: *is_open
- and: *is_default_branch
- and: *is_a_bot
- "head~=auto-update/.*"
- "files~=\\.(md|gif|png|jpg|mp4)$"
actions:
review:
type: APPROVE

- name: "merge automated PRs that only update the markdown files, images or videos"
conditions:
- and: *is_open
Expand Down

0 comments on commit f1a730c

Please sign in to comment.