From 41b518a95bded04dc7914dbad96ae2a6824d940f Mon Sep 17 00:00:00 2001 From: Kyle Bendickson Date: Sun, 13 Sep 2020 13:44:53 -0700 Subject: [PATCH] Update autolabeler config to match any file with gradle in it --- .github/autolabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index a051346a1c43..38ea12d71c09 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -37,7 +37,7 @@ INFRA: - "jitpack.yml" - "travis.yml" BUILD: - - "**gradle**" + - "*gradle*" - "versions.props" DOCS: - "/site"