Skip to content

Commit

Permalink
ci: use check-issue-ref enable tacking issue (#1884)
Browse files Browse the repository at this point in the history
* ci: use check-issue-ref enable tacking issue

Signed-off-by: Sepush <[email protected]>

* ci: add space

Signed-off-by: Sepush <[email protected]>
  • Loading branch information
Sepush authored Dec 19, 2021
1 parent 486b4c5 commit da35e10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/issue-open-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
check-issue:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/check-issue-ref@v1
id: check
- run: echo opened by ${{ steps.check.outputs.result }}

- name: check format
if: (contains(github.event.issue.body, 'issue-helper') == false)
uses: actions-cool/issues-helper@v2.2.1
if: (contains(github.event.issue.body, 'issue-helper') == false && steps.check.outputs.result == 0)
uses: actions-cool/issues-helper@v2.5.0
with:
actions: 'create-comment,add-labels,close-issue'
issue-number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit da35e10

Please sign in to comment.