Skip to content

Commit

Permalink
docs: menambahkan file .mergify.yml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditjoos authored Nov 23, 2021
1 parent 579cc15 commit a63b9fc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,48 @@
pull_request_rules:
- name: ci testing jika sukses ke squash dengan label
conditions:
- check-success=build
- base=main
- label=ready-to-merge
actions:
comment:
message: Terima kasih atas kontribusinya @{{author}}!
label:
add:
- sudah direview!
merge:
method: squash

- name: dart label
conditions:
- files~=\.dart$
actions:
label:
add:
- dart files
- request dart-team untuk review

- name: markdown label
conditions:
- files~=\.md$
actions:
label:
add:
- markdown files
- request docs-team untuk review

- name: review docs-team untuk file markdown
conditions:
- label=markdown files
actions:
request_reviews:
teams:
- "@nomadkode"

- name: review dart-team untuk file markdown
conditions:
- label=dart files
actions:
request_reviews:
teams:
- "@bellshade/dart-team"

0 comments on commit a63b9fc

Please sign in to comment.