👔 Update Config PR check

This commit is contained in:
Scott Lahteine 2022-06-05 22:26:30 -05:00
parent c96d8ea793
commit e338e38e1a

View file

@ -10,6 +10,7 @@ on:
types: [opened]
branches:
- bugfix-2.0.x
- bugfix-2.1.x
jobs:
bad_target:
@ -22,10 +23,10 @@ jobs:
- uses: superbrothers/close-pull-request@v3
with:
comment: >
Thanks for your contribution! Unfortunately we can't accept PRs directed at the `bugfix-2.0.x` branch. We make patches to `import-2.0.x` and then generate `bugfix-2.0.x` and `release-x.x.x` from that.
Thanks for your contribution! Unfortunately we can't accept PRs directed at the `bugfix-2.x.x` branch. We make patches to `import-2.x.x` and then generate `bugfix-2.x.x` and `release-x.x.x` from that.
Please redo this PR starting with the current `import-2.0.x` branch and be careful to target `import-2.0.x` when resubmitting the PR.
Please redo this PR starting with the current `import-2.1.x` branch and be careful to target `import-2.1.x` when resubmitting the PR.
It may help to set your fork's default branch to `import-2.0.x`.
It may help to set your fork's default branch to `import-2.1.x`.
See [this page](http://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions.