From 5e0d4662a49055a37d2464105b57072c76569a6f Mon Sep 17 00:00:00 2001 From: Guilherme Salazar Date: Wed, 17 May 2023 09:02:10 -0300 Subject: [PATCH] fix(ci): add new path to schema change bot This path did not get caught by the previous globs. --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4e4341688a2c..df7747d33fdf 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -171,7 +171,7 @@ plugins/opentelemetry: - kong/plugins/opentelemetry/**/* schema-change-noteworthy: -- kong/db/schema/entities/**/* +- kong/db/schema/**/*.lua - kong/**/schema.lua - kong/plugins/**/daos.lua - plugins-ee/**/daos.lua