1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Deleted workflow that does not wanna work

This commit is contained in:
TheBusyBiscuit 2020-03-21 20:54:28 +01:00 committed by GitHub
parent 9cb287a694
commit 657852122f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).