Skip to content

[Bug]: 使用暗色主题后评论的显示问题 || [Bug]: Display problem of comments after using dark theme #11787

[Bug]: 使用暗色主题后评论的显示问题 || [Bug]: Display problem of comments after using dark theme

[Bug]: 使用暗色主题后评论的显示问题 || [Bug]: Display problem of comments after using dark theme #11787

Workflow file for this run

name: 'issue and discussion translator'
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
pull_request_target:
types: [opened, edited]
pull_request_review_comment:
types: [created, edited]
jobs:
translate:
permissions:
issues: write
discussions: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lizheming/github-translate-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
IS_MODIFY_TITLE: true
APPEND_TRANSLATION: true