docker部署后master总是会不断挂机再启动 #1080
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'translate issues' | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
translate-isssues: | |
name: translate issues | |
runs-on: ubuntu-latest | |
steps: | |
- name: Issues Translator | |
uses: tomsun28/[email protected] |