We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0613c commit 0d42c52Copy full SHA for 0d42c52
.github/workflows/issue-translate.yaml
@@ -0,0 +1,16 @@
1
+name: 'issue-translate'
2
+on:
3
+ issue_comment:
4
+ types: [created]
5
+ issues:
6
+ types: [opened]
7
+
8
+jobs:
9
+ translate: # make sure the action works on a clean machine without building
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - uses: ./
14
+ with:
15
+ IS_MODIFY_TITLE: true
16
+ BOT_GITHUB_TOKEN: ${{ secrets.TRANSLATE_ROBOT_TOKEN }}
0 commit comments