Skip to content

Commit 55795d7

Browse files
Update stale.yml
1 parent f9f5ba7 commit 55795d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mark stale issues and pull requests
1+
name: Mark and close stale issues
22

33
on:
44
schedule:
@@ -29,10 +29,6 @@ jobs:
2929
If the issue mentioned is still a concern, please open a new ticket and mention this old one.
3030
# The labels to apply when an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")
3131
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
3632

3733

3834

0 commit comments

Comments
 (0)