From 0a14155cc036c9af0429d5a5cdeff7eb56b7d8fb Mon Sep 17 00:00:00 2001 From: Anirban Biswas <139000437+Rustix69@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:07:13 +0530 Subject: [PATCH] Auto label CI: fix permissions (#9514) --- .github/workflows/label-merge-conflict.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-merge-conflict.yml b/.github/workflows/label-merge-conflict.yml index 0491a102b2c..a7c77d06910 100644 --- a/.github/workflows/label-merge-conflict.yml +++ b/.github/workflows/label-merge-conflict.yml @@ -1,6 +1,7 @@ name: Auto Label Conflicts permissions: + contents: read issues: write pull-requests: write