Skip to content

deps(gitsubmodule): bump Glyph-Developer-Kit from 75e4660 to 7e6c20f #7

deps(gitsubmodule): bump Glyph-Developer-Kit from 75e4660 to 7e6c20f

deps(gitsubmodule): bump Glyph-Developer-Kit from 75e4660 to 7e6c20f #7

Workflow file for this run

name: auto-merge
on:
pull_request:
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
checks: write
pull-requests: write
repository-projects: write
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: enable auto-merge
shell: bash
run:
gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}