mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 13:34:08 -06:00
👔 Update Config PR check
This commit is contained in:
parent
c96d8ea793
commit
e338e38e1a
1 changed files with 4 additions and 3 deletions
7
.github/workflows/check-pr.yml
vendored
7
.github/workflows/check-pr.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue