diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 5642dbc6f..949a9529f 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -1,5 +1,7 @@ name: Issue closer -on: [issues] +on: + issues: + types: [opened, edited, reopened] jobs: autoclose: runs-on: ubuntu-latest @@ -15,4 +17,4 @@ jobs: - name: Autoclose issue uses: ./.github/actions/issue-closer with: - repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }}