From b5b5e76e4ac389bb02269cbd6066ccd6b959a323 Mon Sep 17 00:00:00 2001 From: Kamil Jarosz Date: Wed, 2 Oct 2024 12:04:36 +0200 Subject: [PATCH] ci: Add comment explaining adding labels after creating a PR --- .github/workflows/download_translations.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/download_translations.yml b/.github/workflows/download_translations.yml index 571bdbd858b5..b8eb09e84f3c 100644 --- a/.github/workflows/download_translations.yml +++ b/.github/workflows/download_translations.yml @@ -77,6 +77,10 @@ jobs: --head l10n_crowdin_translations \ --base master) + # This has to be done separately from creating a PR, because + # GitHub currently has issues with creating a PR with labels. + # Basically creating a PR works, adding labels works, but creating + # a PR with labels doesn't ¯\_(ツ)_/¯ gh pr edit "$pr_url" --add-label T-chore --add-label A-i18n env: # Use a custom token rather than the automatic GITHUB_TOKEN, as the automatic one doesn't allow created PRs to trigger workflows