We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b80eafa + 4d63f6e commit 9f1f451Copy full SHA for 9f1f451
.github/workflows/dependabot-automation.yml
@@ -21,7 +21,6 @@ jobs:
21
- if: |
22
contains(fromJSON(steps.metadata.outputs.updated-dependencies-json).*.dependencyName, 'auspice')
23
&& 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"
+ run: gh pr merge
26
env:
27
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_REPO }}
0 commit comments