From 497a72668b81a3b9338654b05dcef445338affc0 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 24 May 2024 09:58:18 +0200 Subject: [PATCH] [ci] add write permission for clang-tidy --- .github/workflows/clang-tidy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index c791aa9f4..95189e510 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -3,6 +3,9 @@ on: pull_request: branches: [ master, stable* ] +permissions: + pull-requests: write + jobs: build: runs-on: ubuntu-latest