Skip to content

Commit 81c233c

Browse files
Update main.yml
1 parent 81cbab5 commit 81c233c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
on:
2-
issues:
3-
types: [opened, edited]
1+
# on:
2+
# issues:
3+
# types: [opened, edited]
44

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
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

Comments
 (0)