summaryrefslogtreecommitdiffstats
path: root/.github/workflows/update_dependabot_prs.yml
diff options
context:
space:
mode:
authorMichael Abashian <mabashian@users.noreply.github.com>2022-11-03 19:39:31 +0100
committerMichael Abashian <mabashian@users.noreply.github.com>2022-11-03 19:39:31 +0100
commit83c48bb5fa51059cfa33c7edaf89171ae144413f (patch)
tree857b75e61b8412a4a0acf661a0820f952143a9d9 /.github/workflows/update_dependabot_prs.yml
parentNo InventoryUpdates when source Project is failed (#13063) (diff)
downloadawx-83c48bb5fa51059cfa33c7edaf89171ae144413f.tar.xz
awx-83c48bb5fa51059cfa33c7edaf89171ae144413f.zip
Revert "Merge pull request #12993 from AlexSCorey/fixWorkflow"
This reverts commit 75e6366c5e0c9e10dddeec75729b77e1ab47ca1a, reversing changes made to af6fec55929ce31628582597463c6f018ee8dd6f.
Diffstat (limited to '')
-rw-r--r--.github/workflows/update_dependabot_prs.yml3
1 files changed, 1 insertions, 2 deletions
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