Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 9 additions & 19 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pull_request_rules:
- "#assignee=0"
actions:
assign:
users: [ "rohenaz" ]
users: ["rohenaz"]

# ===============================================================================
# ALERTS
Expand Down Expand Up @@ -165,12 +165,12 @@ pull_request_rules:
- name: Welcome New Contributors
conditions:
- and:
- author!=dependabot[bot]
- author!=mergify[bot]
- author!=mrz1836
- author!=rohenaz
- author!=galt-tr
- author!=icellan
- author!=dependabot[bot]
- author!=mergify[bot]
- author!=mrz1836
- author!=rohenaz
- author!=galt-tr
- author!=icellan
actions:
comment:
message: Welcome to our open-source project! 💘
Expand All @@ -189,17 +189,7 @@ pull_request_rules:
message: |
This pull request looks stale. Feel free to reopen it if you think it's a mistake.
label:
add: [ "stale" ]

# ===============================================================================
# BRANCHES
# ===============================================================================

- name: Delete head branch after merge
conditions:
- merged
actions:
delete_head_branch:
add: ["stale"]

# ===============================================================================
# CONVENTION
Expand All @@ -221,4 +211,4 @@ pull_request_rules:
# summary: |
# {% if not check_succeed %}
# Your pull request title must follow [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/).
# {% endif %}
# {% endif %}
Loading