Browse Source

Removing newlines in github actions

6.0.7
Seth Hillbrand 5 years ago
parent
commit
85444aadd6
  1. 6
      .github/workflows/lockdown.yml

6
.github/workflows/lockdown.yml

@ -13,14 +13,12 @@ jobs:
github-token: ${{ github.token }}
pr-comment: >
Thank you for offering to help improve KiCad.
This repository is a one-way mirror that can not accept pull requests.
Please submit your merge request to the official KiCad repository
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
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
pr-labels: 'spam'
close-pr: true

Loading…
Cancel
Save