summaryrefslogtreecommitdiff
path: root/.github/workflows/autobot.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-14 04:38:36 -0500
committerseth <[email protected]>2023-12-14 18:03:17 -0500
commit63498970aa68db136ac73150edcb1e547ed4a3e2 (patch)
tree6da61b801dfc0aa220b8a471f4660c8e48417889 /.github/workflows/autobot.yaml
parentb51e2fec599bbd859b17e10071985e5b3d77ec55 (diff)
ci: garnix -> gha + attic
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 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: