diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f0ae35b..77613430 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Autoclose issues that did not follow issue template - uses: roots/issue-closer@v1.1 + uses: roots/issue-closer@v1.2 with: repo-token: ${{ secrets.GH_TOKEN }} issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow one of the available issue templates. See [here](https://github.com/lawnstarter/react-native-picker-select/issues/new/choose) for available options."