Skip to content

Commit

Permalink
Fix Attempt: ZStream Dependency Auto Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare authored and JacobCallahan committed Sep 25, 2023
1 parent 930719a commit 635d637
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/dependency_merge.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Dependabot Auto Merge
on: pull_request

permissions:
pull-requests: write
name: Dependabot Auto Merge - ZStream
on:
pull_request:
branches-ignore:
- master

jobs:
dependabot:
name: dependabot-auto-merge
runs-on: ubuntu-latest
if: |
github.event.pull_request.user.login == 'Satellite-QE' &&
contains( github.event.pull_request.labels.*.name, 'dependencies')
contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- id: find-prt-comment
Expand Down

0 comments on commit 635d637

Please sign in to comment.