Skip to content

Commit a9b1894

Browse files
authored
github: disable new issues
1 parent bf0ba10 commit a9b1894

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/issues.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Close inactive issues
22
on:
33
schedule:
4-
- cron: "0 0 0 0 0"
4+
- cron: "0 0 1 * *"
55
workflow_dispatch:
66

77
jobs:
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- uses: actions/stale@v5
1515
with:
16-
days-before-issue-stale: 14
17-
days-before-issue-close: 30
18-
operations-per-run: 700
16+
days-before-issue-stale: 1
17+
days-before-issue-close: 2
18+
operations-per-run: 900
1919
stale-issue-label: "stale"
2020
exempt-issue-labels: "no stale"
21-
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. To undo this, make some activity on this issue or create a new one."
22-
close-issue-message: "This issue was automatically closed because it has been inactive for 14 days since being marked as stale. If you bypass/problem wasn't solved, please create a new issue."
23-
days-before-pr-stale: 14
24-
days-before-pr-close: 30
21+
stale-issue-message: "This issue will be closed soon, please see https://github.com/FastForwardTeam/FastForward/issues/1504"
22+
close-issue-message: "FastForward is no longer being actively maintained, see https://github.com/FastForwardTeam/FastForward/issues/1504 for more information."
23+
days-before-pr-stale: 30
24+
days-before-pr-close: 60
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)