File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,12 @@ pull_request_rules:
6
6
actions :
7
7
merge :
8
8
method : squash
9
- strict : true
10
- commit_message : title+body
9
+ # strict: true
10
+ # commit_message: title+body
11
+ commit_message_template : |-
12
+ {{ title }} (#{{ number }})
13
+
14
+ {{ body }}
11
15
delete_head_branch : {}
12
16
conditions :
13
17
Original file line number Diff line number Diff line change 4
4
5
5
** Status (master branch)**
6
6
7
-
8
-
9
- [ ![ GitHub CI] ( https://github.com/metwork-framework/aiohttp_metwork_middlewares/workflows/CI/badge.svg?branch=master )] ( https://github.com/metwork-framework/aiohttp_metwork_middlewares/actions?query=workflow%3ACI&branch=master )
10
- [ ![ Maintenance] ( https://github.com/metwork-framework/resources/blob/master/badges/maintained.svg )] ( )
7
+ [ ![ GitHub CI] ( https://github.com/metwork-framework/aiohttp_metwork_middlewares/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/metwork-framework/aiohttp_metwork_middlewares/actions?query=workflow%3ACI+branch%3Amaster )
8
+ [ ![ Maintenance] ( https://raw.githubusercontent.com/metwork-framework/resources/master/badges/maintained.svg )] ( https://github.com/metwork-framework/resources/blob/master/badges/maintained.svg )
11
9
12
10
13
11
You can’t perform that action at this time.
0 commit comments