i18n(zh-cn): Update v5.mdx
and related docs
#9144
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: Write coauthors to a pull request | |
permissions: | |
pull-requests: write | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
generate-coauthors: | |
name: Generate Coauthor | |
if: ${{ github.event.issue.pull_request }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: kevinzunigacuellar/[email protected] |