From a09bff7c761d21ec4bc553ba8d4509e3249101d9 Mon Sep 17 00:00:00 2001 From: Christopher Santillan <105517892+chrissantillan@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:55:49 -0600 Subject: [PATCH] feat: update add-needs-verification-label.yml (#662) --- .github/workflows/add-needs-verification-label.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/add-needs-verification-label.yml b/.github/workflows/add-needs-verification-label.yml index 879c0a40..8dbb2e6d 100644 --- a/.github/workflows/add-needs-verification-label.yml +++ b/.github/workflows/add-needs-verification-label.yml @@ -4,6 +4,10 @@ on: project_card: types: [moved] +permissions: + issues: write + contents: read + jobs: add-label: runs-on: ubuntu-latest