Skip to content

Commit f240ebd

Browse files
committed
Do not comment on PRs on 2.0.x anymore
1 parent f81bc5d commit f240ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-base-on-previous-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types:
88
- opened
99
branches:
10-
- '2.0.x'
10+
- '2.1.x'
1111

1212

1313
jobs:
@@ -19,6 +19,6 @@ jobs:
1919
- name: Comment PR
2020
uses: peter-evans/create-or-update-comment@v4
2121
with:
22-
body: "You've opened the pull request against the latest branch 2.0.x. PHPStan 2.0 is not going to be released for months. If your code is relevant on 1.12.x and you want it to be released sooner, please rebase your pull request and change its target to 1.12.x."
22+
body: "You've opened the pull request against the latest branch 2.1.x. PHPStan 2.1 is not going to be released for months. If your code is relevant on 2.0.x and you want it to be released sooner, please rebase your pull request and change its target to 2.0.x."
2323
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
2424
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)