You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
+
#
3
+
# Generated on 2025-08-20T08:13:43Z by kres ff3b493-dirty.
4
+
5
+
"on":
6
+
schedule:
7
+
- cron: 30 1 * * *
8
+
name: Close stale issues and PRs
9
+
permissions:
10
+
issues: write
11
+
pull-requests: write
12
+
jobs:
13
+
stale:
14
+
runs-on:
15
+
- ubuntu-latest
16
+
steps:
17
+
- name: Close stale issues and PRs
18
+
uses: actions/stale@v9.1.0
19
+
with:
20
+
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
21
+
days-before-issue-close: "5"
22
+
days-before-issue-stale: "180"
23
+
days-before-pr-close: "-1"
24
+
days-before-pr-stale: "45"
25
+
operations-per-run: "2000"
26
+
stale-issue-message: This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
27
+
stale-pr-message: This PR is stale because it has been open 45 days with no activity.
0 commit comments