Skip to content

Commit

Permalink
Revert "Merge pull request ansible#12993 from AlexSCorey/fixWorkflow"
Browse files Browse the repository at this point in the history
This reverts commit 75e6366, reversing
changes made to af6fec5.
  • Loading branch information
mabashian committed Nov 3, 2022
1 parent 1c65339 commit 83c48bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_dependabot_prs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
name: Dependency Pr Update
on:
pull_request_target:
pull_request:
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 83c48bb

Please sign in to comment.