mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-23 02:24:39 +01:00
15 lines
355 B
YAML
15 lines
355 B
YAML
name: 'issue-translator'
|
|
on:
|
|
issue_comment:
|
|
types: [ created ]
|
|
issues:
|
|
types: [ opened ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
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...
|