Skip to content

Brand-style the counter-sign & mobile QR codes with the UniSim logo #9

Brand-style the counter-sign & mobile QR codes with the UniSim logo

Brand-style the counter-sign & mobile QR codes with the UniSim logo #9

name: Auto-merge Dependabot SDK bumps
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Fetch Dependabot metadata
id: meta
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for @unisim/sdk
if: contains(steps.meta.outputs.dependency-names, '@unisim/sdk')
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge --auto --squash "$PR_URL"