Stop manually adding category to automated PRs (#6089)

This commit is contained in:
Jakub Kuczys 2023-04-20 15:43:36 +02:00 committed by GitHub
parent 588fa19594
commit e2737a08d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,11 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Automated Crowdin downstream commit-message: Automated Crowdin downstream
title: "[i18n] Automated Crowdin downstream" title: "Automated Crowdin downstream"
body: | body: |
This is an automated PR that is part of Prepare Release automated workflow (2 out of 2). 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. 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" branch: "automated/i18n"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
milestone: ${{ needs.pr_stable_bump.outputs.milestone_number }} milestone: ${{ needs.pr_stable_bump.outputs.milestone_number }}