From 922751f872bb72f63235ea6dd287e31a88874f36 Mon Sep 17 00:00:00 2001 From: Kevin Zou <17015060+nkzou@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:20:54 -0400 Subject: [PATCH] Exclude github pages from devflow (#1975) --- repository.datadog.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repository.datadog.yaml b/repository.datadog.yaml index 575cefbce72..a8cc87cfd16 100644 --- a/repository.datadog.yaml +++ b/repository.datadog.yaml @@ -2,3 +2,5 @@ schema-version: v1 kind: stale-branches max_age: 2920h # 4 months +excludes: + - gh-pages