File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,14 @@ jobs:
4040 days-before-issue-close : -1 # Override days-before-close for issues only
4141
4242 # Handle PRs
43- # Mark as stale after 30 days of inactivity and then for stale PRs close immediately
43+ # Mark as stale after 30 days of inactivity and then for stale PRs close after 10 days
4444 days-before-pr-stale : 30 # Override days-before-stale for PRs only
45- days-before-pr-close : 0 # Override days-before-close for PRs only
45+ days-before-pr-close : 10 # Override days-before-close for PRs only
4646 close-pr-label : autoclose # Label the PR as autoclosed
4747
4848 # Add comment to the PR when it is closed
4949 close-pr-message : " Auto-closing: no activity for 30 days. If this is still relevant, reopen or create a fresh PR."
5050
51- # Drafts dont create docs so leave them alone
52- exempt-draft-pr : true
53-
5451 - name : Checkout gh-pages branch
5552 uses : actions/checkout@v4
5653 with :
You can’t perform that action at this time.
0 commit comments