From 3377575788b3e444e281f96ed6b03ff49b3a8517 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Mon, 28 Nov 2022 15:19:01 -0500 Subject: [PATCH] fix pr-commands.json by removing trailing comma (#59437) --- .github/pr-commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index a7afd2a8521..544581a0a7c 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -66,7 +66,7 @@ "scripts/build/**/*", "scripts/*.sh", "Makefile", - "Dockerfile", + "Dockerfile" ], "action": "updateLabel", "addLabel": "type/build-packaging"