File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed
Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pull_request_rules:
88 conditions :
99 - -draft
1010 - author~=^dependabot(|-preview)\[bot\]$
11- - check-success='test (1.24.x, ubuntu-latest)'
11+ - check-success='test (1.24.x, ubuntu-latest)'
1212 - title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.
1313 actions :
1414 review :
@@ -163,11 +163,11 @@ pull_request_rules:
163163 - name : Welcome New Contributors
164164 conditions :
165165 - and :
166- - author!=dependabot[bot]
167- - author!=mergify[bot]
168- - author!=rohenaz
169- - author!=rohenaz
170- - author!=icellan
166+ - author!=dependabot[bot]
167+ - author!=mergify[bot]
168+ - author!=rohenaz
169+ - author!=rohenaz
170+ - author!=icellan
171171 actions :
172172 comment :
173173 message : Welcome to our open-source project! 💘
@@ -186,17 +186,7 @@ pull_request_rules:
186186 message : |
187187 This pull request looks stale. Feel free to reopen it if you think it's a mistake.
188188 label :
189- add : [ "stale" ]
190-
191- # ===============================================================================
192- # BRANCHES
193- # ===============================================================================
194-
195- - name : Delete head branch after merge
196- conditions :
197- - merged
198- actions :
199- delete_head_branch :
189+ add : ["stale"]
200190
201191 # ===============================================================================
202192 # CONVENTION
@@ -218,4 +208,4 @@ pull_request_rules:
218208 # summary: |
219209 # {% if not check_succeed %}
220210 # Your pull request title must follow [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/).
221- # {% endif %}
211+ # {% endif %}
You can’t perform that action at this time.
0 commit comments