translation_notify.yml 397 B

12345678910111213141516
  1. name: Translation Notify
  2. on:
  3. push:
  4. branches: [ main ]
  5. paths:
  6. - "frontend/app_flowy/assets/translations/en.json"
  7. jobs:
  8. Discord-Notify:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - uses: Ilshidur/action-discord@master
  12. env:
  13. DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
  14. with:
  15. args: '@appflowytranslators English UI strings has been updated.'