We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8f052 commit 9a9c16bCopy full SHA for 9a9c16b
1 file changed
.github/workflows/stale.yml
@@ -13,9 +13,9 @@ jobs:
13
- uses: actions/stale@v3
14
with:
15
days-before-issue-stale: -1
16
- days-before-issue-close: 7
+ days-before-issue-close: 12
17
stale-issue-label: "closing"
18
- close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as closing."
+ close-issue-message: "This issue was closed because it has been inactive for 12 days since being marked as closing."
19
days-before-pr-stale: -1
20
days-before-pr-close: -1
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments