summaryrefslogtreecommitdiff
path: root/.github/workflows/autobot.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-19 05:24:17 -0500
committerseth <[email protected]>2023-11-19 05:28:03 -0500
commita35d149e0a9071a9892a8148022abc645d24ea6e (patch)
treea15509833f4b65b4b8283d36bba2a80763349fc4 /.github/workflows/autobot.yaml
parent07a6858fd7ef6ea6794cc37323d7c9cf1162d5b6 (diff)
actions: don't disable host key verification
Diffstat (limited to '.github/workflows/autobot.yaml')
-rw-r--r--.github/workflows/autobot.yaml4
1 files changed, 2 insertions, 2 deletions
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: