We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad38e4e commit c482905Copy full SHA for c482905
.github/workflows/dependabot-automerge.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Auto-merge minor and patch updates
46
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
47
run: |
48
- gh pr comment "$PR_URL" --body "🤖 **Auto-merged by Dependabot workflow**
+ gh pr comment "$PR_URL" --body "🤖 **Auto-merged by Dependabot workflow**"
49
gh pr merge --auto --squash "$PR_URL"
50
env:
51
PR_URL: ${{ github.event.pull_request.html_url }}
0 commit comments