Skip to content

build(deps): bump tomtom-international/commisery-action from 2 to 3 #20

build(deps): bump tomtom-international/commisery-action from 2 to 3

build(deps): bump tomtom-international/commisery-action from 2 to 3 #20

Workflow file for this run

name: Auto merge
on:
- pull_request_target
- workflow_call
jobs:
auto-merge:
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: auto-merge
id: auto-merge
run: gh pr merge --auto --rebase $PR_URL
env:
GITHUB_TOKEN: ${{ github.token }}
PR_URL: ${{ github.event.pull_request.html_url }}