From 9b44c5239c6388accfa1d1c5ef3f04884b103e3c Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Wed, 4 Dec 2024 16:13:53 -0600 Subject: [PATCH] Update bot PR message --- .github/workflows/onesky.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/onesky.yml b/.github/workflows/onesky.yml index a4b1bd268..fd12e4613 100644 --- a/.github/workflows/onesky.yml +++ b/.github/workflows/onesky.yml @@ -43,4 +43,12 @@ jobs: sign-commits: true commit-message: Run `yarn extract` and `yarn onesky:download` title: '[no-Jira] Update translations' - body: Update translations with the latest labels extracted from the components and downloaded from OneSky. + body: > + Update translations with the latest labels extracted from the components and downloaded from OneSky.\n\n + Due to GitHub Actions restrictions, our `on: pull_request` CI workflow will not run automatically because this PR was created by a bot. + To get it to run, a human will have to push a commit to the branch.\n\n + ```sh\n + $ git switch bot-update-translations\n + $ git commit --allow-empty --message "Bump CI"\n + $ git push\n + ```