mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
16 lines
401 B
YAML
16 lines
401 B
YAML
name: 'issue-translator'
|
|
on:
|
|
issue_comment:
|
|
types: [ created ]
|
|
issues:
|
|
types: [ opened ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
if: github.repository == 'wailsapp/wails'
|
|
steps:
|
|
- uses: tomsun28/issues-translate-action@v2.6
|
|
with:
|
|
IS_MODIFY_TITLE: false
|
|
CUSTOM_BOT_NOTE: The issue body's language is not English, translating it automatically...
|