From c8f3545a69631f2f80441b9a3ed81173cbf44ed1 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:50:41 +0100 Subject: [PATCH] Add changelog labels to PRs from Localazy and Renovate. (#2981) --- .github/workflows/translations-pr.yml | 1 + renovate.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index 586bcf152..77b52da47 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -35,6 +35,7 @@ jobs: title: Translations update body: | - Translations update + labels: pr-i18n branch: translations/update base: develop add-paths: | diff --git a/renovate.json b/renovate.json index 9db2252ec..82a770d61 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,9 @@ "extends": [ "config:recommended" ], + "labels" : [ + "pr-misc" + ], "packageRules" : [ { "matchManagers": ["github-actions"],