AppFlowy/.github/workflows/translation_notify.yml

20 lines
502 B
YAML
Raw Normal View History

2022-02-10 08:19:16 +00:00
name: Translation Notify
on:
push:
2022-02-10 07:06:36 +00:00
branches: [ main ]
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"
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.'