Skip to content

actions: bump actions/cache from 4.0.0 to 4.0.1 #7

actions: bump actions/cache from 4.0.0 to 4.0.1

actions: bump actions/cache from 4.0.0 to 4.0.1 #7

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
name: Auto Merge
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Run
run: gh pr merge "$PR_URL" --auto --squash --delete-branch --subject "$COMMIT_MESSAGE"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE }}
COMMIT_MESSAGE: ${{ github.event.pull_request.title }}