From aa476bc888328dac3770fdf16f59f1a43694b21c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 10 Oct 2024 09:36:27 +0200 Subject: [PATCH 1/2] github-actions: grant write permissions to report to the issues For some reason it reports an error and link to https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment while `pull-requests: write` is already set :/ --- .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: From b0a84bc72929d46a276e114039a13014a91ae86a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 10 Oct 2024 09:44:05 +0200 Subject: [PATCH 2/2] commit using @elastic.co