Skip to content

Commit

Permalink
Merge pull request ansible#12993 from AlexSCorey/fixWorkflow
Browse files Browse the repository at this point in the history
Gives enhanced permissions so that it can update dependabot pr bodies
  • Loading branch information
AlexSCorey authored Nov 3, 2022
2 parents af6fec5 + aae5737 commit 75e6366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_dependabot_prs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
name: Dependency Pr Update
on:
pull_request:
pull_request_target:
types: [labeled, opened, reopened]

jobs:
pr-check:
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
Expand Down

0 comments on commit 75e6366

Please sign in to comment.