We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d934960 + 6b8b823 commit 7150572Copy full SHA for 7150572
.github/workflows/merge_patch_dependencies.yml
@@ -14,6 +14,6 @@ jobs:
14
github-token: "${{ secrets.GITHUB_TOKEN }}"
15
- name: Approve and merge Dependabot PRs for patch versions
16
if: ${{github.event.workflow_run.conclusion == 'success' && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
17
- uses: ridedott/merge-me-action@94db76826489ddb8e3732265fd8f3cb9bf2b2c50 # v2.10.121
+ uses: ridedott/merge-me-action@f96a67511b4be051e77760230e6a3fb9cb7b1903 # v2.10.124
18
with:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments