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
issue-message: 'Hello and welcome! Thanks for creating your first issue! Someone from our community will get back to you soon!'
17
+
pr-message: >
18
+
Thanks for opening your first pull reqest in VSCode G-Code Syntax!
19
+
20
+
Please make sure you read the [Contributing Guide](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) and follow the [Code of Conduct](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CODE_OF_CONDUCT.md).
issue-comment: 'This issue has been automatically locked since there has not been any recent activity after it was close. Please open a new issue for related topics.'
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
2
-
#
3
-
# You can adjust the behavior by modifying this file.
4
-
# For more information, see:
5
-
# https://github.com/actions/stale
6
-
name: Mark stale issues and pull requests
1
+
name: Mark Stale Issues and Pull Requests
7
2
8
3
on:
9
4
schedule:
@@ -23,14 +18,12 @@ jobs:
23
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
19
25
20
days-before-stale: 60
26
-
days-before-close: 7
21
+
days-before-close: -1
27
22
28
-
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
23
+
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity.'
29
24
30
-
stale-pr-message: 'Stale pull request message'
25
+
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity.'
0 commit comments