Skip to content

Commit 98dc25a

Browse files
committed
build: fix formatting
1 parent c2543a4 commit 98dc25a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/autoclose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
GH_TOKEN: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}
5555
GH_REPO: ${{ github.repository }}
5656
NUMBER: ${{ github.event.pull_request.number }}
57-
BODY: >
58-
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not follow our [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md). Per the guidelines outlined in our [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md), you should download and setup [EditorConfig](http://editorconfig.org/) to ensure that files are automatically configured to use expected indentation and line endings.
57+
BODY: |
58+
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not follow our [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md).
59+
60+
Per the guidelines outlined in our [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md), you should download and setup [EditorConfig](http://editorconfig.org/) to ensure that files are automatically configured to use expected indentation and line endings.
5961
6062
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.

0 commit comments

Comments
 (0)