diff --git a/.github/workflows/update_dependabot_prs.yml b/.github/workflows/update_dependabot_prs.yml index bad60857d6..a61eb1c172 100644 --- a/.github/workflows/update_dependabot_prs.yml +++ b/.github/workflows/update_dependabot_prs.yml @@ -1,7 +1,7 @@ --- name: Dependency Pr Update on: - pull_request_target: + pull_request: types: [labeled, opened, reopened] jobs: @@ -9,7 +9,6 @@ jobs: name: Update Dependabot Prs if: contains(github.event.pull_request.labels.*.name, 'dependencies') && contains(github.event.pull_request.labels.*.name, 'component:ui') runs-on: ubuntu-latest - permissions: write-all steps: - name: Checkout branch