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
- name: Automatically close issues that don't follow the issue template
12
-
uses: arjenhiemstra/auto-close-issues@v1
13
-
with:
14
-
github-token: ${{ secrets.GITHUB_TOKEN }}
15
-
issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template.\n\nUpdate the current issue using the template or create a new issue."# optional property
16
-
closed-issues-label: "🙁 Not following issue template"# optional property
5
+
#jobs:
6
+
# auto_close_issues:
7
+
# runs-on: ubuntu-latest
8
+
# steps:
9
+
# - name: Checkout
10
+
# uses: actions/checkout@v1
11
+
# - name: Automatically close issues that don't follow the issue template
12
+
# uses: arjenhiemstra/auto-close-issues@v1
13
+
# with:
14
+
# github-token: ${{ secrets.GITHUB_TOKEN }}
15
+
# issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template.\n\nUpdate the current issue using the template or create a new issue." # optional property
16
+
# closed-issues-label: "🙁 Not following issue template" # optional property
0 commit comments