mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
24 lines
496 B
YAML
24 lines
496 B
YAML
name: Translation Helper
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
translate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: issue
|
|
if: github.event_name == 'issues'
|
|
uses: actions-cool/translation-helper@v1.1.1
|
|
with:
|
|
translate-body: false
|
|
|
|
- name: pr
|
|
if: github.event_name == 'pull_request_target'
|
|
uses: actions-cool/translation-helper@v1.1.1
|
|
with:
|
|
translate-body: false
|