Skip to content

Commit 0a942e3

Browse files
Copilotmolvqingtai
andcommitted
fix: pin dependabot action version and clean up formatting
Co-authored-by: molvqingtai <26295698+molvqingtai@users.noreply.github.com>
1 parent f1f6cef commit 0a942e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
steps:
1616
- name: Dependabot metadata
1717
id: metadata
18-
uses: dependabot/fetch-metadata@v2
18+
uses: dependabot/fetch-metadata@v2.2.0
1919
with:
2020
github-token: '${{ secrets.GITHUB_TOKEN }}'
2121

2222
- name: Enable auto-merge for minor and patch updates
2323
if: |
24-
steps.metadata.outputs.update-type == 'version-update:semver-minor' ||
24+
steps.metadata.outputs.update-type == 'version-update:semver-minor' ||
2525
steps.metadata.outputs.update-type == 'version-update:semver-patch'
2626
run: gh pr merge --auto --squash "$PR_URL"
2727
env:

0 commit comments

Comments
 (0)