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/issues-cleaner.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
DAYS_TO_CLOSE: ${{ 2 }}
13
13
uses: actions/stale@v3
14
14
with:
15
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
+
repo-token: ${{ secrets.GH_PAT }}
16
16
stale-issue-message: 'This issue is stale because it has been open ${{ env.DAYS_TO_STALE }} days with no activity. Remove stale label or comment or this will be closed in ${{ env.DAYS_TO_CLOSE }} days'
- name: Automatically close issues that don't follow the issue template
14
+
uses: lucasbento/auto-close-issues@v1.0.2
15
+
with:
16
+
github-token: ${{ secrets.GH_PAT }}
17
+
issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template. \n> Follow the template to edit this issue and it will automatically reopen."
18
+
closed-issues-label: "🙁 Not following issue template"
0 commit comments