-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings-peril.json
30 lines (30 loc) · 952 Bytes
/
settings-peril.json
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
{
"settings": {
"env_vars": ["VACATION_END_DATE"],
"ignored_repos": ["ashfurrow/mastodon"]
},
"rules": {
"pull_request": "ashfurrow/peril-settings@rules/all-prs.ts",
"issues.opened": "ashfurrow/peril-settings@rules/all-issues.ts"
},
"repos": {
"ashfurrow/playgroundbook": {
"pull_request.closed": "ashfurrow/peril-settings@rules/aeryn.ts"
},
"ashfurrow/Nimble-Snapshots": {
"pull_request.closed": "ashfurrow/peril-settings@rules/aeryn.ts"
},
"ashfurrow/danger-ruby-swiftlint": {
"pull_request.closed": "ashfurrow/peril-settings@rules/aeryn.ts"
},
"ashfurrow/danger-swiftlint": {
"pull_request.closed": "ashfurrow/peril-settings@rules/aeryn.ts"
},
"ashfurrow/danger-rubocop": {
"pull_request.closed": "ashfurrow/peril-settings@rules/aeryn.ts"
},
"ashfurrow/twelease": {
"pull_request.closed": "ashfurrow/peril-settings@rules/aeryn.ts"
}
}
}