Skip to content

Commit 9f1f451

Browse files
authored
Merge pull request #1304: Replace deprecated dependabot merge comment
2 parents b80eafa + 4d63f6e commit 9f1f451

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dependabot-automation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- if: |
2222
contains(fromJSON(steps.metadata.outputs.updated-dependencies-json).*.dependencyName, 'auspice')
2323
&& steps.metadata.outputs.update-type != 'version-update:semver-major'
24-
# Dependabot should ensure CI passes before merging.
25-
run: gh pr comment "${{ github.event.pull_request.html_url }}" --body "@dependabot merge"
24+
run: gh pr merge
2625
env:
2726
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_REPO }}

0 commit comments

Comments
 (0)