diff --git a/.github/mergify.yml b/.github/mergify.yml index 06d6c35..ea19db6 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -54,7 +54,7 @@ pull_request_rules: - "#assignee=0" actions: assign: - users: [ "rohenaz" ] + users: ["rohenaz"] # =============================================================================== # ALERTS @@ -165,11 +165,11 @@ pull_request_rules: - name: Welcome New Contributors conditions: - and: - - author!=dependabot[bot] - - author!=mergify[bot] - - author!=rohenaz - - author!=rohenaz - - author!=icellan + - author!=dependabot[bot] + - author!=mergify[bot] + - author!=rohenaz + - author!=rohenaz + - author!=icellan actions: comment: message: Welcome to our open-source project! 💘 @@ -188,17 +188,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 @@ -220,4 +210,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 %} \ No newline at end of file + # {% endif %}