mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Merge pull request #12993 from AlexSCorey/fixWorkflow
Gives enhanced permissions so that it can update dependabot pr bodies
This commit is contained in:
commit
75e6366c5e
3
.github/workflows/update_dependabot_prs.yml
vendored
3
.github/workflows/update_dependabot_prs.yml
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Dependency Pr Update
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [labeled, opened, reopened]
|
||||
|
||||
jobs:
|
||||
@ -9,6 +9,7 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user