How to add new features / columns to the feedback and item table s? #1242
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 |