From e857c15c2727f947d33946a4345691abc72cfb4a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 10 Oct 2024 12:35:03 +0200 Subject: [PATCH] github-actions: grant write permissions to report to the issues (#195706) (cherry picked from commit 44a42a7a2a22e0ee7ed6d1f8deb1f5f12ca2b155) --- .github/workflows/oblt-github-commands.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/oblt-github-commands.yml b/.github/workflows/oblt-github-commands.yml index 443c0fa5f9071..48df40f3343d9 100644 --- a/.github/workflows/oblt-github-commands.yml +++ b/.github/workflows/oblt-github-commands.yml @@ -14,6 +14,7 @@ on: permissions: contents: read + issues: write pull-requests: write jobs: