You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ jobs:
9
9
- name: Checkout
10
10
uses: actions/checkout@v1
11
11
- 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
13
13
with:
14
14
github-token: ${{ secrets.GITHUB_TOKEN }}
15
15
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