ci: update pr check merge

This commit is contained in:
xrkffgg 2021-05-25 11:31:31 +08:00 committed by GitHub
parent 30abe212aa
commit 4e89acc46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: (github.event.pull_request.head.ref == 'feature' && github.event.pull_request.base.ref == 'master') || (github.event.pull_request.base.ref == 'feature' && github.event.pull_request.head.ref == 'master')
if: github.event.pull_request.head.ref == 'feature' || github.event.pull_request.head.ref == 'master'
steps:
- uses: actions-cool/issues-helper@v2.2.1
with: