Skip to content

Fix[#728]: compatible with qinglong history versions #134

Fix[#728]: compatible with qinglong history versions

Fix[#728]: compatible with qinglong history versions #134

Workflow file for this run

# 自动关闭不规范PR
name: AutoSetPR
on:
pull_request_target:
types: [opened, edited]
jobs:
checkTargetBranch:
runs-on: ubuntu-latest
needs: Autoclose
steps:
- uses: Vankka/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: main
change-to: develop
comment: |
Your PR was set to `main`, but PRs should be sent to `develop`
The base branch of this PR has been automatically changed to `develop`, please check that there are no merge conflicts.