generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 4
27 lines (27 loc) · 859 Bytes
/
cron.stale.yml
File metadata and controls
27 lines (27 loc) · 859 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
name: Stale
on:
schedule:
- cron: '37 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-pr-stale: 7
days-before-issue-stale: 7
close-pr-message: "Due to lack of activity this has been closed for now. Feel free to reopen once you are back."
include-only-assigned: true
days-before-issue-close: 21
stale-issue-message: "Due to inactivity you will be unassigned soon and the issue be freed."
exempt-issue-labels: "shoutout"
remove-assignee:
runs-on: ubuntu-latest
steps:
- name: Unassign contributor after days of inactivity
uses: BoundfoxStudios/action-unassign-contributor-after-days-of-inactivity@v1.0.3
with:
last-activity: 14