From c3658ef835ebaefccd3364548ba3827804336756 Mon Sep 17 00:00:00 2001 From: Guotao Yu Date: Wed, 27 May 2026 14:37:45 +0800 Subject: [PATCH] ci: update pre-commit workflow permissions to write Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 4bbc2355f..15e34082b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -26,7 +26,7 @@ on: - '!dependabot/**' permissions: - contents: read + contents: write jobs: pre-commit: