From e25e408def59dba776ec39477cdf41d240b2b563 Mon Sep 17 00:00:00 2001 From: Serge K Date: Wed, 1 Nov 2023 22:48:16 +0700 Subject: [PATCH] ci(automerge): test automerge sync --- .github/workflows/automerge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 7944fb0..fba8ea7 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,4 +1,4 @@ -name: Automerge +name: Auto-merge on: pull_request: @@ -12,14 +12,14 @@ permissions: jobs: automerge: - name: Enable PR Automerge + name: Enable PR auto-merge runs-on: ubuntu-22.04 if: github.actor == 'phnx47-bot' && contains(github.event.pull_request.labels.*.name, 'sync') steps: - name: Checkout uses: actions/checkout@v4 - - name: Run Command + - name: Run command run: gh pr merge -s --auto ${{ github.event.pull_request.number }} env: GH_TOKEN: ${{ secrets.GH_FULL_PAT }}