2022-02-10 08:19:16 +00:00
|
|
|
name: Translation Notify
|
2022-02-08 20:14:37 +00:00
|
|
|
on:
|
|
|
|
push:
|
2022-02-10 07:06:36 +00:00
|
|
|
branches: [ main ]
|
2022-02-08 20:14:37 +00:00
|
|
|
paths:
|
|
|
|
- "frontend/app_flowy/assets/translations/en.json"
|
2022-02-10 08:19:16 +00:00
|
|
|
pull_request:
|
|
|
|
branches: [ main ]
|
|
|
|
paths:
|
|
|
|
- "frontend/app_flowy/assets/translations/en.json"
|
2022-02-08 20:14:37 +00:00
|
|
|
jobs:
|
2022-02-10 07:06:36 +00:00
|
|
|
Discord-Notify:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-02-10 08:19:16 +00:00
|
|
|
- uses: Ilshidur/action-discord@0.3.2
|
2022-02-10 07:06:36 +00:00
|
|
|
env:
|
|
|
|
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
with:
|
|
|
|
args: '@appflowytranslators English UI strings has been updated.'
|