We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad3094 commit 9a7a843Copy full SHA for 9a7a843
1 file changed
.github/workflows/issue-translator.yml
@@ -0,0 +1,15 @@
1
+name: 'issue-translator'
2
+on:
3
+ issue_comment:
4
+ types: [created]
5
+ issues:
6
+ types: [opened]
7
+
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: usthe/issues-translate-action@v2.7
13
+ with:
14
+ IS_MODIFY_TITLE: false
15
+ CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.
0 commit comments