From 1932f9a83688e7b26d36e609f90c5ab31a5f1147 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 15 Jan 2025 21:34:22 -0300 Subject: [PATCH] ci: add issues permission to Manage Labels workflow (#5706) --- .github/workflows/add-labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add-labels.yml b/.github/workflows/add-labels.yml index 88ceb681e..06dcde21e 100644 --- a/.github/workflows/add-labels.yml +++ b/.github/workflows/add-labels.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + issues: write steps: - name: Manage LGTM Review Label uses: actions/github-script@v7