[Question]: I would like to verify whether this problem in the screenshot will cause the memory of the service to slowly increase. #155
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: 'gh-translator' | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
issue_comment: | |
types: [created, edited] | |
discussion: | |
types: [created, edited, answered] | |
discussion_comment: | |
types: [created, edited] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/[email protected] | |
with: | |
BOT_GITHUB_TOKEN: ${{ secrets.GH_TRANSLATOR_TOKEN }} | |
IS_MODIFY_TITLE: true | |
CUSTOM_BOT_NOTE: 🤖 Non-English text detected, translating... |