Skip to content

Commit

Permalink
Update approve-and-merge-dependency-updates.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull authored Apr 13, 2021
1 parent 56a9b80 commit 8c3429a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/approve-and-merge-dependency-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Auto Approve
uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
if: github.actor == 'dependabot[bot]'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
auto-merge:
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- name: Auto Merge
uses: pascalgn/automerge-action@v0.13.1
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
if: github.actor == 'dependabot[bot]'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
MERGE_METHOD: 'squash'
Expand Down

0 comments on commit 8c3429a

Please sign in to comment.