Skip to content

Commit

Permalink
ci: Add comment explaining adding labels after creating a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kjarosh authored and danielhjacobs committed Oct 2, 2024
1 parent 8224dac commit 562b17c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/download_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 562b17c

Please sign in to comment.