Skip to content

Commit

Permalink
fix: issues similarity comment only on open issues (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jun 27, 2022
1 parent d48f553 commit 10c25bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issues-similarity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
similarity-analysis:
runs-on: ubuntu-latest
if: github.event.issue.state == 'open'
steps:
- name: analysis
uses: actions-cool/issues-similarity-analysis@v1.0.0
Expand Down

0 comments on commit 10c25bf

Please sign in to comment.