From f768a082129c53edf9a3115ae82328aa385875ad Mon Sep 17 00:00:00 2001 From: Kelvin Fichter Date: Wed, 13 Apr 2022 21:40:34 -0400 Subject: [PATCH] fix(ci): no changeset nag for ts tests Modifies mergify.yml to no longer yell at me to add a changeset when a PR only modifies .spec.ts files. --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index c06c636bd41f2..9cdbb4bae6138 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -100,7 +100,7 @@ pull_request_rules: - name: Nag changesets conditions: - and: - - 'files~=\.(ts|go|js|mod|sum)$' + - 'files~=\.((?