From 63498970aa68db136ac73150edcb1e547ed4a3e2 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 14 Dec 2023 04:38:36 -0500 Subject: ci: garnix -> gha + attic --- .github/workflows/autobot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/autobot.yaml') diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index ddc70d4..d18cda6 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -1,4 +1,4 @@ -name: auto-merge dependabot +name: Auto-merge Dependabot on: pull_request @@ -18,7 +18,7 @@ jobs: with: github-token: ${{ github.token }} - - name: enable auto-merge + - name: Enable auto-merge if: steps.metadata.outputs.update-type == 'version-update:semver-patch' run: gh pr merge --auto --rebase "$PR" env: -- cgit v1.2.3