From a3336271f4b4e706a2b6ac2897fb400dbd7c86ee Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 31 Jul 2023 21:42:15 +0330 Subject: [PATCH 1/2] Remove the GHA CI that files translation-needed issues As visible in #871, Penny is working correctly to take over this responsibility of GHA, so now we can remove that GHA CI. --- .github/workflows/translation-issue-template.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/translation-issue-template.md diff --git a/.github/workflows/translation-issue-template.md b/.github/workflows/translation-issue-template.md deleted file mode 100644 index 642bd978b..000000000 --- a/.github/workflows/translation-issue-template.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Translation needed for {{'#'}}{{env.PR_NUMBER}} ---- - -The docs have been updated in PR {{'#'}}{{env.PR_NUMBER}}. The translations should be updated if required. - -Languages: -- [ ] English -- [ ] Chinese -- [ ] German -- [ ] Dutch -- [ ] Italian -- [ ] Spanish -- [ ] Polish -- [ ] Korean - -Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged. Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue! From 68ecc7e3e75c61a4d5aa53745e2907d13ff1b4e9 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 31 Jul 2023 21:43:06 +0330 Subject: [PATCH 2/2] Delete translation.yml --- .github/workflows/translation.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/translation.yml diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml deleted file mode 100644 index 64cb6e7e9..000000000 --- a/.github/workflows/translation.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Check PR and create issue for translation - -on: - push: - branches: - - main - -jobs: - create: - name: Create issue - runs-on: ubuntu-latest - steps: - - name: Find PR - uses: 8BitJonny/gh-get-current-pr@2.1.0 - id: find-pr - with: - state: all - - uses: actions/checkout@v2 - - name: Create issue - if: steps.find-pr.outputs.number && !contains(steps.find-pr.outputs.pr_labels, 'translation-update') && !contains(steps.find-pr.outputs.pr_labels, 'no-translation-needed') - uses: JasonEtco/create-an-issue@v2 - env: - PR_NUMBER: ${{ steps.find-pr.outputs.number }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - filename: .github/workflows/translation-issue-template.md \ No newline at end of file