Browse Source

ci: update pr check merge (#30723)

判断条件欠缺
pull/30724/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
252d54f27b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pr-check-merge.yml

2
.github/workflows/pr-check-merge.yml

@ -7,7 +7,7 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'feature' || github.event.pull_request.head.ref == 'master'
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@v2.2.1
with:

Loading…
Cancel
Save