From 49cf7eacfbd9f9b92c27ae1f91b131d13f084515 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Thu, 20 Apr 2023 15:45:38 +0200 Subject: [PATCH] [3.4] Stop manually adding category to automated PRs (#6089) (#6092) Co-authored-by: Jakub Kuczys --- .github/workflows/prepare_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index f73743c91..97d825bcf 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -45,11 +45,11 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Automated Crowdin downstream - title: "[i18n] Automated Crowdin downstream" + title: "Automated Crowdin downstream" body: | This is an automated PR that is part of Prepare Release automated workflow (2 out of 2). Please ensure that there are no errors or invalid files are in the PR. - labels: "Automated PR, Category: i18n, Changelog Entry: Skipped" + labels: "Automated PR, Changelog Entry: Skipped" branch: "automated/i18n" author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> milestone: ${{ needs.pr_stable_bump.outputs.milestone_number }}