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 5caeeba commit 11702c0Copy full SHA for 11702c0
.github/workflows/stale.yml
@@ -1,13 +1,9 @@
1
-# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
2
-#
3
-# You can adjust the behavior by modifying this file.
4
-# For more information, see:
5
# https://github.com/actions/stale
6
name: Mark stale issues and pull requests
7
on:
8
workflow_dispatch:
9
schedule:
10
- - cron: '0 9 * * *'
+ - cron: '0 8 * * *'
11
jobs:
12
stale:
13
runs-on: ubuntu-latest
@@ -18,5 +14,6 @@ jobs:
18
14
steps:
19
15
- uses: actions/stale@v9
20
16
with:
21
- days-before-pr-stale: 7
17
+ days-before-pr-stale: 3
+ days-before-pr-close: 3
22
delete-branch: true
0 commit comments