Skip to content

Commit fc0bde2

Browse files
authored
Issue auto-close: Improve message
1 parent 173ab2d commit fc0bde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_close_default_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
2626
issue_number: issue.number,
27-
body: 'This issue appears to use the default template. Stop that. Use our custom bug report form.'
27+
body: 'This issue appears to use the default template. If you are reporting a bug, then use our custom bug report form. If a feature request, then wait and we will revert the auto-close.'
2828
});
2929
3030
await github.rest.issues.update({

0 commit comments

Comments
 (0)