From 26cedb022eda39a00c887f2cb9df5b92653bf686 Mon Sep 17 00:00:00 2001 From: "dealroomba-app[bot]" <189869926+dealroomba-app[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:51:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20dealro?= =?UTF-8?q?om/core-mothership=20(#225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dealroomba-app[bot] <189869926+dealroomba-app[bot]@users.noreply.github.com> --- .github/workflows/autolabel.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index 931a9e3..f4e93f6 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -12,15 +12,10 @@ permissions: read-all concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true - jobs: dependabot-auto-label: runs-on: ubuntu-24.04 if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} - permissions: - contents: write - pull-requests: write - repository-projects: write steps: - name: Get App Token id: get_workflow_token @@ -29,7 +24,7 @@ jobs: organization: dealroom application_id: ${{ secrets.DEALROOMBA_APP_ID }} application_private_key: ${{ secrets.DEALROOMBA_APP_PRIVATE_KEY }} - permissions: "metadata:read,pull_requests:write" + permissions: "metadata:read,pull_requests:write,repository_projects:write" revoke_token: true - name: Dependabot metadata id: dependabot-metadata