From 423f8820d10cb9ac6fee71f9dadf239fa9eb1b26 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 25 Mar 2025 16:18:35 +0800 Subject: [PATCH] chore: update permissions for auto-fix lint and format workflow --- .github/workflows/auto-fix-lint-format-commit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-fix-lint-format-commit.yml b/.github/workflows/auto-fix-lint-format-commit.yml index 3da6ee7..e053cfa 100644 --- a/.github/workflows/auto-fix-lint-format-commit.yml +++ b/.github/workflows/auto-fix-lint-format-commit.yml @@ -1,4 +1,7 @@ name: Auto Fix Lint and Format +permissions: + contents: read + pull-requests: write on: pull_request: