From 9c2d3221d55ce0fe7fce00869d9a2d882c4cff41 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:15:17 +0530 Subject: [PATCH] chore(ci): add perms --- .github/workflows/labeler.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ceb1b7885..74b2b0169 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,13 +1,15 @@ name: 'Pull Request Labeler' + on: pull_request: types: [opened, labeled, unlabeled] -jobs: - triage: - permissions: +permissions: contents: read pull-requests: write + +jobs: + triage: runs-on: ubuntu-latest steps: - name: Checkout repository