From 1ea1d21cb071024f8b791dc5571287ec700e349a Mon Sep 17 00:00:00 2001 From: Guillermo Aguirre Date: Fri, 6 Oct 2023 16:09:29 -0300 Subject: [PATCH] Update labeler --- .github/labeler.yml | 2 +- .github/workflows/labeler.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 97ddbbab..d34160d6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,2 @@ doc: -- 'spec/requests/api/*' + - 'spec/requests/api/*' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 50caf661..c44ecc19 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,10 +5,12 @@ on: types: [synchronize] jobs: - triage: + label: permissions: contents: read pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v4 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }}