This repository has been archived on 2024-05-31 . You can view files and clone it, but cannot push or open issues or pull requests.
2023-05-04 14:56:18 +00:00
name : authentik-translation-advice
on :
pull_request :
branches :
- main
paths :
- "!**"
- "locale/**"
- "web/src/locales/**"
jobs :
post-comment :
runs-on : ubuntu-latest
steps :
- name : Find Comment
uses : peter-evans/find-comment@v2
id : fc
with :
issue-number : ${{ github.event.pull_request.number }}
comment-author : "github-actions[bot]"
body-includes : authentik translations instructions
- name : Create or update comment
2023-05-08 09:45:56 +00:00
uses : peter-evans/create-or-update-comment@v3
2023-05-04 14:56:18 +00:00
with :
comment-id : ${{ steps.fc.outputs.comment-id }}
issue-number : ${{ github.event.pull_request.number }}
edit-mode : replace
body : |
### authentik translations instructions
Thanks for your pull request!
authentik translations are handled using [Transifex](https://explore.transifex.com/authentik/authentik/). Please edit translations over there and they'll be included automatically.