Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

update actions

update actions #1

Workflow file for this run

name: Auto merge
on:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- run: gh pr merge --merge --auto "$PR_URL"