Skip to content

Commit 75cb9ec

Browse files
feat(ci): move PR number to commit message body
Pull-Request: #3470.
1 parent dda6fc5 commit 75cb9ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/mergify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ defaults:
33
queue:
44
method: squash
55
commit_message_template: |
6-
{{ title }} (#{{ number }})
6+
{{ title }}
77
8-
{{ body | get_section("## Description", "") }}
8+
{{ body | get_section("## Description", "") }}
9+
10+
Pull-Request: #{{ number }}.
911
1012
pull_request_rules:
1113
- name: Ask to resolve conflict

0 commit comments

Comments
 (0)