Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Nov 19, 2021
1 parent 6ab479f commit 6358e1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Automerge

on:
pull_request:
types: [labeled, synchronize]
types: [labeled]
check_suite:
types:
- completed

jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dependencies') || github.event.label.name == 'dependencies' }}
if: ${{ github.event.label.name == 'dependencies' }}
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.14.3"
Expand Down

1 comment on commit 6358e1f

@vercel
Copy link

@vercel vercel bot commented on 6358e1f Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.