Skip to content

Commit 991d214

Browse files
committed
chore: updated auto-close action version
1 parent 95ea72a commit 991d214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v1
1111
- name: Automatically close issues that don't follow the issue template
12-
uses: lucasbento/auto-close-issues@master
12+
uses: lucasbento/auto-close-issues@v1.0.2
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template." # optional property

0 commit comments

Comments
 (0)