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: Autoclose issues that did not follow issue template
8
+
uses: roots/issue-closer@v1.1
9
+
with:
10
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
11
+
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template. If this is a support request, please use the discussion section instead."
12
+
issue-pattern: ".*(do we replicate the issue|Expected behavior|raised as discussion|# Impact).*"
0 commit comments