Browse Source

ci: update issue-open-check.yml (#8351)

* Update issue-open-check.yml

* Update .github/workflows/issue-open-check.yml

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

Co-authored-by: 陈帅 <qixian.cs@outlook.com>
pull/8353/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
c883b906e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/issue-open-check.yml

2
.github/workflows/issue-open-check.yml

@ -15,7 +15,7 @@ jobs:
issue-number: ${{ github.event.issue.number }}
title-excludes: '🐛[BUG], 👑 [需求], 🧐[问题]'
- if: steps.check.outputs.check-result == 'false'
- if: steps.check.outputs.check-result == 'false' && github.event.issue.state == 'open'
uses: actions-cool/issues-helper@v2.2.0
with:
actions: 'create-comment, close-issue'

Loading…
Cancel
Save