按照文档部署后,有些任务一直是pending,overview一直没有数据 #1083
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] |