How to add new meta data for items & rank of feedback type ? #1241
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/issues-translate-action@v2.5 |