xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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: |
|
|
|