mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-07 16:04:19 +01:00
🎨 Streamline comment output for the target-branch workflow and add Chinese (#16918)
This commit is contained in:
parent
95b69bf6ac
commit
e7621b7a5f
1 changed files with 5 additions and 3 deletions
8
.github/workflows/target-branch.yml
vendored
8
.github/workflows/target-branch.yml
vendored
|
|
@ -7,8 +7,10 @@ on:
|
|||
jobs:
|
||||
check-branch:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: Vankka/pr-target-branch-action@v2
|
||||
- uses: Vankka/pr-target-branch-action@v3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
@ -16,5 +18,5 @@ jobs:
|
|||
exclude: dev
|
||||
change-to: dev
|
||||
comment: |
|
||||
Your PR was set to target `master`, PRs should be target `dev`
|
||||
The base branch of this PR has been automatically changed to `dev`, please check that there are no merge conflicts
|
||||
The base branch of this PR has been automatically changed to `dev`, please check that there are no merge conflicts.
|
||||
此 PR 的基础分支已自动更改为 `dev`,请检查是否存在合并冲突。
|
||||
Loading…
Add table
Add a link
Reference in a new issue