From 7c5833694934c289e4297f50417d422a893c9d5d Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:20:36 +0200 Subject: [PATCH] [Hotfix] Fix style bot (#38779) fix Co-authored-by: ydshieh --- .github/workflows/pr-style-bot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-style-bot.yml b/.github/workflows/pr-style-bot.yml index 328375bd666..45707b90053 100644 --- a/.github/workflows/pr-style-bot.yml +++ b/.github/workflows/pr-style-bot.yml @@ -5,6 +5,9 @@ on: issue_comment: types: [created] +permissions: + pull-requests: write + jobs: style: uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@main