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 6501214 commit 519da40Copy full SHA for 519da40
.github/workflows/nightly.yml
@@ -15,10 +15,10 @@ jobs:
15
steps:
16
- uses: actions/stale@v9
17
with:
18
- stale-pr-message: 'This pull request is stale for 2 weeks and is going to be closed'
+ stale-pr-message: 'This pull request is stale for 2 weeks and is going to be closed in a week'
19
days-before-pr-stale: 14
20
days-before-issue-stale: -1
21
- days-before-pr-close: 0
+ days-before-pr-close: 7
22
days-before-issue-close: -1
23
stale-pr-label: 'stale'
24
operations-per-run: 100
0 commit comments