From e338e38e1a815e7c5253fc58e725047c6bd4a42b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 5 Jun 2022 22:26:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94=20Update=20Config=20PR=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-pr.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index ed5b7bdb4f..9ef3a31ee0 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -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.