Merge branch 'prerelease'
This commit is contained in:
commit
6ef525079d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-target-branch-check.yml
vendored
4
.github/workflows/pr-target-branch-check.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
target: "dev prerelease"
|
target: "main prerelease"
|
||||||
exclude: "dev prerelease"
|
exclude: "main prerelease"
|
||||||
comment: |
|
comment: |
|
||||||
Your PR was set to target `main` or `prerelease`.
|
Your PR was set to target `main` or `prerelease`.
|
||||||
PRs should be target `dev` instead.
|
PRs should be target `dev` instead.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue