Skip to content

Commit 83c48bb

Browse files
committed
Revert "Merge pull request ansible#12993 from AlexSCorey/fixWorkflow"
This reverts commit 75e6366, reversing changes made to af6fec5.
1 parent 1c65339 commit 83c48bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update_dependabot_prs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
name: Dependency Pr Update
33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [labeled, opened, reopened]
66

77
jobs:
88
pr-check:
99
name: Update Dependabot Prs
1010
if: contains(github.event.pull_request.labels.*.name, 'dependencies') && contains(github.event.pull_request.labels.*.name, 'component:ui')
1111
runs-on: ubuntu-latest
12-
permissions: write-all
1312

1413
steps:
1514
- name: Checkout branch

0 commit comments

Comments
 (0)