We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdd27c commit 07ee095Copy full SHA for 07ee095
1 file changed
.github/workflows/dependabot-merge.yml
@@ -30,7 +30,7 @@ jobs:
30
# Finally, tell dependabot to merge the PR if all checks are successful
31
- name: Instruct dependabot to squash & merge
32
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
33
- uses: mshick/add-pr-comment@v2
+ uses: mshick/add-pr-comment@v3
34
with:
35
repo-token: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
36
allow-repeats: true
0 commit comments