mirror of
https://github.com/Luzifer/ots.git
synced 2025-04-19 06:55:51 -04:00
Auto-update issue from issue generator output
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a94b833739
commit
8f39698462
10
.github/workflows/test-and-build.yml
vendored
10
.github/workflows/test-and-build.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
test-and-build:
|
||||
@ -70,6 +71,15 @@ jobs:
|
||||
- name: Generate (and validate) translations
|
||||
run: make translate
|
||||
|
||||
- name: Update Translations Issue
|
||||
uses: JasonEtco/create-an-issue@v2
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
filename: translate-issue.md
|
||||
update_existing: true
|
||||
|
||||
- name: Build release
|
||||
run: make publish
|
||||
env:
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ frontend/webfonts
|
||||
frontend/*.woff2
|
||||
node_modules
|
||||
ots
|
||||
translate-issue.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user