Skip to content

Commit

Permalink
🔄 synced file(s) with dealroom/core-mothership (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: dealroomba-app[bot] <189869926+dealroomba-app[bot]@users.noreply.github.com>
  • Loading branch information
dealroomba-app[bot] authored Dec 12, 2024
1 parent 0ba1320 commit 26cedb0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/autolabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 26cedb0

Please sign in to comment.