From a458f36e597e24f0a7a22e3571ca2a681e2291e9 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 8 Dec 2023 15:16:35 -0500 Subject: [PATCH] Update GitHub labeler (#4219) * add release tag Signed-off-by: Ian Maddaus * more updates Signed-off-by: Ian Maddaus --------- Signed-off-by: Ian Maddaus --- .github/workflows/labeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4415f00108..356bbb9111 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -4,8 +4,11 @@ on: jobs: triage: + permissions: + contents: read + pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"