This repository was archived by the owner on Sep 6, 2025. It is now read-only.
forked from ahelal/ci-bully
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_example.yml
More file actions
42 lines (36 loc) · 1.39 KB
/
config_example.yml
File metadata and controls
42 lines (36 loc) · 1.39 KB
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
---
## Define the token in yaml or environment variable "GITHUB_TOKEN"
#token: "XxxXXXXxxxx"
## Only count the workdays. Defaults to false
#only_workdays: true
## Count using the last commit date, instead of the date when PR was created. Defaults to false
#days_since_last_commit: true
actions:
- day: 14
last: true
action: close
message: |
Hi _USER_ this PR exceeded _SINCE_ days in open state.
We are trying to encourage developers to integrate with master quicker ideally daily.
I will **close** this PR now.
Please open a new PR if this branch is still needed.
- day: 12
action: warn
message: |
Hi _USER_ this PR exceeded _SINCE_ days in open state.
We are trying to encourage developers to integrate with master quicker ideally daily.
This is the last warning I will close this PR in _TILL_ days.
- day: 7
action: warn
message: |
Hi _USER_ this PR exceeded _SINCE_ days in open state.
We are trying to encourage developers to integrate with master quicker ideally daily.
I will close this PR in _TILL_ days.
- day: 1
action: warn
message: |
Hi _USER_ we are trying to encourage developers to integrate with master quicker ideally daily.
repos:
- "ahelal/avm"
- "ahelal/t-template"
- "ahelal/ansible-concourse"