summaryrefslogtreecommitdiffstats
path: root/.github/config/mute_config.json
blob: 5cfaa8202435bbefcd5e27ecc9dbd33e06b4d840 (plain) (blame)
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
{
  "manual_unmute_window_days": 2,
  "manual_unmute_min_runs": 2,
  "manual_unmute_ttl_calendar_days": 3,
  "mute_window_days": 4,
  "unmute_window_days": 7,
  "delete_window_days": 7,
  "manual_unmute_issue_closed_lookback_days": 7,
  "manual_unmute_currently_muted_lookback_days": 14,
  "default_muted_ya_path": ".github/config/muted_ya.txt",
  "muted_ya_paths": {
    "release-asan": ".github/config/muted_ya_asan.txt",
    "release-tsan": ".github/config/muted_ya_tsan.txt",
    "release-msan": ".github/config/muted_ya_msan.txt"
  },
  "default_build_types": [
    "relwithdebinfo"
  ],
  "branch_overrides": {
    "main": [
      "relwithdebinfo",
      "release-asan",
      "release-tsan",
      "release-msan"
    ]
  }
}