File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pull_request_rules:
5454 - " #assignee=0"
5555 actions :
5656 assign :
57- users : [ "rohenaz" ]
57+ users : ["rohenaz"]
5858
5959 # ===============================================================================
6060 # ALERTS
@@ -165,10 +165,10 @@ pull_request_rules:
165165 - name : Welcome New Contributors
166166 conditions :
167167 - and :
168- - author!=dependabot[bot]
169- - author!=mergify[bot]
170- - author!=rohenaz
171- - author!=rohenaz
168+ - author!=dependabot[bot]
169+ - author!=mergify[bot]
170+ - author!=rohenaz
171+ - author!=rohenaz
172172 actions :
173173 comment :
174174 message : |
@@ -188,17 +188,7 @@ pull_request_rules:
188188 message : |
189189 This pull request looks stale. Feel free to reopen it if you think it's a mistake.
190190 label :
191- add : [ "stale" ]
192-
193- # ===============================================================================
194- # BRANCHES
195- # ===============================================================================
196-
197- - name : Delete head branch after merge
198- conditions :
199- - merged
200- actions :
201- delete_head_branch :
191+ add : ["stale"]
202192
203193 # ===============================================================================
204194 # CONVENTION
@@ -220,4 +210,4 @@ pull_request_rules:
220210 # summary: |
221211 # {% if not check_succeed %}
222212 # Your pull request title must follow [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/).
223- # {% endif %}
213+ # {% endif %}
You can’t perform that action at this time.
0 commit comments