Removing newlines in github actions
This commit is contained in:
parent
b57209f62b
commit
85444aadd6
|
@ -13,14 +13,12 @@ jobs:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
pr-comment: >
|
pr-comment: >
|
||||||
Thank you for offering to help improve KiCad.
|
Thank you for offering to help improve KiCad.
|
||||||
|
|
||||||
This repository is a one-way mirror that can not accept pull requests.
|
This repository is a one-way mirror that can not accept pull requests.
|
||||||
|
|
||||||
Please submit your merge request to the official KiCad repository
|
Please submit your merge request to the official KiCad repository
|
||||||
at https://gitlab.com/kicad/code/kicad/-/merge_requests
|
at https://gitlab.com/kicad/code/kicad/-/merge_requests
|
||||||
|
|
||||||
While we know that _your_ PR is not spam, we mark it as such to dissuade
|
While we know that _your_ PR is not spam, we mark it as such to dissuade
|
||||||
the Hacktoberfest PRs.
|
the Hacktoberfest PRs. Please join us over at GitLab. You can even use
|
||||||
|
your GitHub credentials to log in there without creating a new account.
|
||||||
skip-closed-pr-comment: true
|
skip-closed-pr-comment: true
|
||||||
pr-labels: 'spam'
|
pr-labels: 'spam'
|
||||||
close-pr: true
|
close-pr: true
|
||||||
|
|
Loading…
Reference in New Issue