diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 93563a92..4b3941fe 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: write with: - fix: true + fix: false build: name: 构建文档 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1cbbd2d4..b229e3c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,9 +7,9 @@ on: required: true type: boolean -permissions: - contents: write - pull-requests: write +# permissions: +# contents: write +# pull-requests: write jobs: lint: