diff --git a/.github/workflows/invalid_pull_requests.yml b/.github/workflows/invalid_pull_requests.yml deleted file mode 100644 index 9cb8ac140..000000000 --- a/.github/workflows/invalid_pull_requests.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Comment on invalid Pull Requests - -on: - pull_request: - types: - - opened - - synchronize - - reopened - branches: - - master - paths: - - 'src/main/resources/languages/**.yml' - -jobs: - pulls: - runs-on: ubuntu-latest - if: contains(github.event.pull_request.head.ref, 'gitlocalize-') == false - steps: - - uses: maxkomarychev/octions/octions/pulls/create-review@master - with: - token: ${{ secrets.ACCESS_TOKEN }} - pull_number: ${{ github.event.pull_request.number }} - event: REQUEST_CHANGES - body: |- - Hey, it looks you edited a language file. - - We use [gitlocalize](https://gitlocalize.com/repo/3841) for handling localization, please don't submit any localization files - via GitHub. That is sadly not possible. - You can read more about how to translate Slimefun into your language [on our wiki page](https://github.com/TheBusyBiscuit/Slimefun4/wiki/Translating-Slimefun).