[Question]: What is the maximum number of cores tested by anyone? I just tested 192 cores and it's better than evio etc but... #75
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... |