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 5cd769e commit 68be9a1Copy full SHA for 68be9a1
.github/workflows/docs-cleanup.yml
@@ -43,6 +43,11 @@ jobs:
43
# Mark as stale after 30 days of inactivity and then for stale PRs close after 10 days
44
days-before-pr-stale: 30 # Override days-before-stale for PRs only
45
days-before-pr-close: 10 # Override days-before-close for PRs only
46
+
47
+ # Add message to the PR when it is stale
48
+ stale-pr-message: >
49
+ This PR is stale because it has been open for 30 days with no activity.
50
+ It will be closed in 10 days if no further activity occurs.
51
close-pr-label: autoclose # Label the PR as autoclosed
52
53
# Add comment to the PR when it is closed
0 commit comments