From a35d149e0a9071a9892a8148022abc645d24ea6e Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 19 Nov 2023 05:24:17 -0500 Subject: actions: don't disable host key verification --- .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 9401d45..fa33623 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 @@ -17,7 +17,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