Skip to content

Commit

Permalink
Add issues-translator CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed May 20, 2023
1 parent 34163b1 commit 34138db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ trim_trailing_whitespace = true
insert_final_newline = false

[*.{vue,js,scss}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false

[*.{yaml,yml}]
indent_size = 2
insert_final_newline = true
14 changes: 14 additions & 0 deletions .github/workflows/issues-translator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: issues-translator
on:
issue_comment:
types: [ created ]
issues:
types: [ opened ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: usthe/[email protected]
with:
IS_MODIFY_TITLE: true

0 comments on commit 34138db

Please sign in to comment.