From 678497914ff77de36ad2cc841f1fd01feeb45bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <2887858+deivid-rodriguez@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:16:03 +0200 Subject: [PATCH] Fix reviewdog workflow failing to create checks --- .github/workflows/linters.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bd12196f2c..affe8d9d13 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -2,6 +2,7 @@ name: Linters on: [pull_request] permissions: contents: read # to fetch code (actions/checkout) + checks: write # to post check annotations jobs: lint: name: prettier and rubocop