Skip to content

Commit

Permalink
chore: move PR template comment to the top (#10358)
Browse files Browse the repository at this point in the history
_Incidental_

## Description

If an HTML comment in the PR description is multiline, Mergify will strip the text but leave the newlines behind in the resulting merge-commit comment.  As a special case, remaining whitespace at the beginning of the merge-commit comment will be trimmed.

So, this PR moves the multiline "Integration testing..." comment above the "closes:" and "refs:" and "## Description" text.
  • Loading branch information
mergify[bot] authored Nov 10, 2024
2 parents fd68b6a + 2c9468a commit 160f38d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
v ✰ Thanks for creating a PR! ✰
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

<!-- Most PRs should close a specific issue. All PRs should at least reference one or more issues. Edit and/or delete the following lines as appropriate (note: you don't need both `refs` and `closes` for the same one): -->

closes: #XXXX
refs: #XXXX

<!-- Integration testing generally doesn't run until a PR is labeled for merge, but can be opted into for every push by adding label 'force:integration', and can be customized to use non-default external targets by including lines here that **start** with leading-`#` directives:
* (https://github.com/Agoric/documentation) #documentation-branch: $BRANCH_NAME
* (https://github.com/endojs/endo) #endo-branch: $BRANCH_NAME
Expand All @@ -16,6 +11,11 @@ refs: #XXXX
These directives should be removed before adding a merge label, so final integration tests run against default targets.
-->

<!-- Most PRs should close a specific issue. All PRs should at least reference one or more issues. Edit and/or delete the following lines as appropriate (note: you don't need both `refs` and `closes` for the same one): -->

closes: #XXXX
refs: #XXXX

## Description
<!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. -->

Expand Down

0 comments on commit 160f38d

Please sign in to comment.