Skip to content

Commit 007720f

Browse files
author
Vittorio
committed
ci(dependabot): add more logs to improve debugging when approving dependencies
1 parent fa7f7a0 commit 007720f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: dependabot/[email protected]
1515
with:
1616
github-token: ${{ secrets.ACCES_TOKEN }}
17+
- name: Steps metadata info
18+
run: |
19+
echo Update type ${{ steps.metadata.outputs.update-type }}
20+
echo Dependency type ${{ steps.metadata.outputs.dependency-type }}
1721
- name: Approve a PR
1822
if: |
1923
(steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch')

0 commit comments

Comments
 (0)