From 216a658edccdd7c08bf9887f76a2fffa84a3f4d1 Mon Sep 17 00:00:00 2001 From: Stephen Liedig Date: Fri, 15 Jul 2022 23:41:36 +0800 Subject: [PATCH] Update pr-labeler.yml Updated labeler workflow --- .github/workflows/pr-labeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 4446ef7f5..e7513c242 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -4,14 +4,17 @@ on: types: [opened] jobs: + apply-file-based-labels: permissions: + contents: read pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + apply-internal-external-label: permissions: pull-requests: write