Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

frontend:algo2の微修正 #91

frontend:algo2の微修正

frontend:algo2の微修正 #91

Workflow file for this run

name: Auto merge
on: pull_request
jobs:
merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: gh pr merge "${GITHUB_HEAD_REF}" --merge --auto