Skip to content

feat(Illustration): Add ProjectReview Illustration #6328

feat(Illustration): Add ProjectReview Illustration

feat(Illustration): Add ProjectReview Illustration #6328

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/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'