From 38a3cc71ee938cee8401327eff9300cff52890b5 Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Fri, 7 Jul 2023 16:22:24 +0100 Subject: [PATCH] Chore: Make grafana-delivery-bot non-external (#71116) Make grafana-delivery-bot non-external --- .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 5adb7905c21..ec60e516e21 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -187,7 +187,7 @@ "type": "author", "name": "pr/external", "notMemberOf": { "org": "grafana" }, - "ignoreList": ["renovate[bot]","dependabot[bot]"], + "ignoreList": ["renovate[bot]","dependabot[bot]","grafana-delivery-bot[bot]","grafanabot"], "action": "updateLabel", "addLabel": "pr/external" },