From 88e052a1317fea1936bf28e80b7578d14477d662 Mon Sep 17 00:00:00 2001 From: Shivam Mishra <124146945+shmishra99@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:37:57 +0530 Subject: [PATCH] Update auto-assignment.yml --- .github/workflows/auto-assignment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assignment.yml b/.github/workflows/auto-assignment.yml index fc20a18a..8ff2519a 100644 --- a/.github/workflows/auto-assignment.yml +++ b/.github/workflows/auto-assignment.yml @@ -6,12 +6,13 @@ on: permissions: contents: read - issues: write - pull-requests: write jobs: welcome: runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write steps: - uses: actions/checkout@v3 - uses: actions/github-script@v6