From d51c74cc44c72020b847f5511caf8f5a1ccb1e7b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 6 May 2024 18:13:12 +1200 Subject: [PATCH] MNT Update translation-issue workflow to ignore CMS 4 (#238) --- .github/workflows/translation-issue.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translation-issue.yml b/.github/workflows/translation-issue.yml index 91d6322..d7a4e1a 100644 --- a/.github/workflows/translation-issue.yml +++ b/.github/workflows/translation-issue.yml @@ -28,9 +28,8 @@ jobs: \n ### Triage instructions (Silverstripe Ltd CMS Squad)\n 1. Put on the following labels:\n - - `type/enhancement`\n + - `type/i18n`\n - `impact/low`\n - - `affects/v4`\n - `affects/v5`\n 2. Move this issue to the "Ready" column on our internal zenhub board\n \n @@ -39,7 +38,7 @@ jobs: 2. Also install [silverstripe/tx-translator](https://github.com/silverstripe/silverstripe-tx-translator/)\n 3. Follow the instructions in the `tx-translator` README.md and do a TX_PULL=0 TX_COLLECT=1 TX_PUSH=1 run.\n 4. This may create lots of pull-requests. Paste links to these pull request on this issue.\n - 5. Once the pull-requests have been merged, create a new install of kitchen-sink using the oldest supported minor branch e.g. `4.13`\n + 5. Once the pull-requests have been merged, create a new install of kitchen-sink using the oldest supported minor branch e.g. `5.2`\n 6. Also install [silverstripe/tx-translator](https://github.com/silverstripe/silverstripe-tx-translator/)\n 7. Follow the instructions in the `tx-translator` README.md and do a TX_PULL=1 TX_COLLECT=0 TX_PUSH=0 run.\n 8. This will create lots of pull-requests. Paste links to these pull request on this issue.\n