ant-design/.github/workflows/pr-check-merge.yml
renovate[bot] e9179b7f1e
chore(deps): update actions-cool/issues-helper action to v3 (#34132)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-21 10:03:56 +08:00

20 lines
707 B
YAML

name: PR Check Merge
on:
pull_request_target:
types: [opened]
jobs:
pr-check-merge:
runs-on: ubuntu-latest
if: (github.event.pull_request.head.ref == 'feature' || github.event.pull_request.head.ref == 'master') && github.event.pull_request.head.user.login == 'ant-design'
steps:
- uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
issue-number: ${{ github.event.number }}
body: |
Hi @${{ github.event.pull_request.user.login }}。
**请注意**,当前 PR 是分支间的互相合并,请使用 `BranchAutoMerge` 标签来进行自动合并。切记**不要、不要、不要使用 `Squash`**。