fix: next 组件最新版本 TS 声明文件导出部分异常,暂时调整声明文件进行正常编译,后续组件升级后可再配合调整 #539
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: Pull Request Review By ChatGPT | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
code-review: | |
name: Code Review | |
runs-on: ubuntu-latest | |
steps: | |
# 判断用户是否有写仓库权限 | |
- name: 'Check User Permission' | |
uses: 'lannonbr/[email protected]' | |
with: | |
permission: 'write' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
- uses: opensumi/actions/.github/actions/code-review@main | |
env: | |
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} |