When one window tab is inactive the search in report viewer dont work #54
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
# This workflow translates comments of issues and pull requests into English | |
# By Mario Calderón, marcalwestf | |
name: Issue and Pull Request Translator | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
# Valid for issues and pull requests | |
issue_comment: | |
types: [created] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tomsun28/issues-translate-action@v2.6 |