Skip to content

[补充#561] Task CRD设计参考-如何在manager缺失情况下实现跨team任务协同 || [Supplement #561] Task CRD design reference-how to achieve cross-team task collaboration in the absence of manager #1125

[补充#561] Task CRD设计参考-如何在manager缺失情况下实现跨team任务协同 || [Supplement #561] Task CRD design reference-how to achieve cross-team task collaboration in the absence of manager

[补充#561] Task CRD设计参考-如何在manager缺失情况下实现跨team任务协同 || [Supplement #561] Task CRD design reference-how to achieve cross-team task collaboration in the absence of manager #1125

Workflow file for this run

name: Translate GitHub Content into English
on:
issues:
types: [opened]
issue_comment:
types: [created]
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:
APPEND_TRANSLATION: true