Skip to content

Commit 5f3c97d

Browse files
author
Miguel Ruivo
authored
Update maintainer.yml
1 parent 4083ae4 commit 5f3c97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maintainer.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
steps:
1010
- uses: actions/[email protected]
1111
with:
12-
days-before-issue-stale: 7
13-
days-before-issue-close: 14
12+
days-before-issue-stale: 30
13+
days-before-issue-close: 90
1414
stale-issue-label: "stale"
1515
stale-issue-message: "This issue is stale because it has been open for 7 days with no activity."
1616
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
1717
days-before-pr-stale: -1
1818
days-before-pr-close: -1
1919
exempt-issue-labels: "feature-candidate"
20-
repo-token: ${{ secrets.GITHUB_TOKEN }}
20+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)