-
Notifications
You must be signed in to change notification settings - Fork 1
58 lines (57 loc) · 1.92 KB
/
utils.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<<<<<<< HEAD
<<<<<<< HEAD
---
# This workflow file contains miscellaneous tasks to manage the repository.
name: Utils for Repository
on:
schedule:
- cron: 30 1 * * *
workflow_dispatch:
=======
# This workflow file contains miscellaneous tasks to manage the repository.
name: Utils for Repository
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
>>>>>>> misc: Add ".github" changes to minor release
=======
---
# This workflow file contains miscellaneous tasks to manage the repository.
name: Utils for Repository
on:
schedule:
- cron: 30 1 * * *
workflow_dispatch:
>>>>>>> misc: Copy .github directory from develop to stable (#458)
jobs:
# This job runs the stale action to close issues that have been inactive for 30 days.
# It is scheduled to run every day at 1:30 AM UTC.
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> misc: Copy .github directory from develop to stable (#458)
close-stale-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8.0.0
with:
close-issue-message: This issue is being closed because it has been inactive waiting for response for 30 days. If this is still an issue,
please open a new issue and reference this one.
days-before-stale: 21
days-before-close: 7
any-of-labels: needs details
<<<<<<< HEAD
=======
close-stale-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8.0.0
with:
close-issue-message: 'This issue is being closed because it has been inactive waiting for response for 30 days. If this is still an issue, please open a new issue and reference this one.'
days-before-stale: 21
days-before-close: 7
any-of-labels: 'needs details'
>>>>>>> misc: Add ".github" changes to minor release
=======
>>>>>>> misc: Copy .github directory from develop to stable (#458)