notify_on_strings_update.yml 374 B

1234567891011121314
  1. name: Strings update
  2. on:
  3. push:
  4. branches: main
  5. paths:
  6. - "frontend/app_flowy/assets/translations/en.json"
  7. jobs:
  8. # some way to send notification
  9. - name: Notify in Discord
  10. env:
  11. DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
  12. uses: Ilshidur/action-discord@master
  13. with:
  14. args: '@appflowytranslators English UI strings has been updated.'