translation_notify.yml 471 B

123456789101112131415161718
  1. name: Translation Notify
  2. on:
  3. push:
  4. branches: [ main ]
  5. paths:
  6. - "frontend/appflowy_flutter/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: |
  16. @appflowytranslators English UI strings has been updated.
  17. Link to changes: ${{github.event.compare}}