sealos 5.0.1 An error was reported when installing k8s 1.21 and below, and the installation of 1.27.7 was successful. #5434
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: 'Github Rebot for issues-translator' | |
on: | |
issues: | |
types: [ opened ] | |
issue_comment: | |
types: [ created ] | |
jobs: | |
translate: | |
permissions: | |
issues: write | |
discussions: write | |
pull-requests: write | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: usthe/[email protected] | |
with: | |
IS_MODIFY_TITLE: true | |
BOT_GITHUB_TOKEN: ${{ secrets.GH_PAT }} | |
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿 |