mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-02 02:23:12 +03:00
5299550c98
Bumps [tomsun28/issues-translate-action](https://github.com/tomsun28/issues-translate-action) from 2.6 to 2.7. - [Release notes](https://github.com/tomsun28/issues-translate-action/releases) - [Commits](https://github.com/tomsun28/issues-translate-action/compare/v2.6...v2.7) --- updated-dependencies: - dependency-name: tomsun28/issues-translate-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
393 B
YAML
16 lines
393 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.7
|
|
with:
|
|
IS_MODIFY_TITLE: true
|
|
CUSTOM_BOT_NOTE: The translator bot has detected that this issue body's language is not English, and has translated it automatically.
|