[Bug Report] Error con unidad de medida de Reabastecimiento #43
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 |