Skip to content

chore(main): release 0.5.0 #13

chore(main): release 0.5.0

chore(main): release 0.5.0 #13

Workflow file for this run

name: Merge
on:
pull_request:
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
merge:
name: Merge
if: github.event.pull_request.user.login == 'dependabot[bot]' ||
github.event.pull_request.user.login == 'pre-commit-ci[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable Auto-Merge (Squash)
run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
env:
GH_TOKEN: ${{ github.token }}