Skip to content

actions: bump actions/upload-artifact from 3 to 4 #4

actions: bump actions/upload-artifact from 3 to 4

actions: bump actions/upload-artifact from 3 to 4 #4

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 }}