Skip to content

chore!: Remove client-modules styleguide in favor of Gamut styleguide #551

chore!: Remove client-modules styleguide in favor of Gamut styleguide

chore!: Remove client-modules styleguide in favor of Gamut styleguide #551

name: Dependabot Auto Merge
on:
pull_request_target:
types: [labeled]
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: alexwilson/enable-github-automerge-action@1.0.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'