From dc76a488ea5625bf54d4e48a5a80450149576894 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:25:56 +0000 Subject: [PATCH] ci: sync with template repository --- .github/workflows/merge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 1f399da..deadc9b 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -1,7 +1,6 @@ name: Merge on: - push: pull_request: concurrency: @@ -14,13 +13,14 @@ jobs: steps: - name: Check uses: liblaf/template/.github/actions/check@main + with: + pr: ${{ github.event.pull_request.html_url }} merge: name: Merge permissions: contents: write pull-requests: write - if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - name: Enable Auto-Merge (Squash)