-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
36 lines (30 loc) · 1.11 KB
/
stale.yaml
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
28
29
30
31
32
33
34
35
36
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.
# https://github.com/actions/stale
name: Stale
on:
schedule:
- cron: 0 9-18 * * *
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Close stale issues and pull requests
uses: actions/stale@v5
with:
days-before-stale: 180
exempt-issue-labels: keep
stale-issue-label: stale
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-pr-label: stale
stale-pr-message: >
This PR has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.