Skip to content

Commit 7f6223d

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 92ddc7e commit 7f6223d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.mergify.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ pull_request_rules:
66
actions:
77
merge:
88
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 }}
1115
delete_head_branch: {}
1216
conditions:
1317

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
**Status (master branch)**
66

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)
119

1210

1311

0 commit comments

Comments
 (0)