We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5ba7 commit 55795d7Copy full SHA for 55795d7
.github/workflows/stale.yml
@@ -1,4 +1,4 @@
1
-name: Mark stale issues and pull requests
+name: Mark and close stale issues
2
3
on:
4
schedule:
@@ -29,10 +29,6 @@ jobs:
29
If the issue mentioned is still a concern, please open a new ticket and mention this old one.
30
# The labels to apply when an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")
31
exempt-issue-labels: 'good first issue,todo'
32
- # The message to post on the pr when tagging it. If none provided, will not mark pull requests stale.
33
- stale-pr-message: false
34
- # The message to post on the pr when closing it. If none provided, will not comment when closing a pull requests.
35
- close-pr-message: false
36
37
38
0 commit comments