-
Notifications
You must be signed in to change notification settings - Fork 3
27 lines (26 loc) · 1011 Bytes
/
stale.yml
File metadata and controls
27 lines (26 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-12-23T10:00:41Z by kres 26be706.
"on":
schedule:
- cron: 30 1 * * *
name: Close stale issues and PRs
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on:
- ubuntu-latest
steps:
- name: Close stale issues and PRs
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
with:
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
days-before-issue-close: "5"
days-before-issue-stale: "180"
days-before-pr-close: "-1"
days-before-pr-stale: "45"
operations-per-run: "2000"
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.
stale-pr-message: This PR is stale because it has been open 45 days with no activity.