You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: gh pr review $PR_URL --approve -b "I'm **approving** this pull request because it includes a ${{ steps.dependabot-metadata.outputs.update-type }} update"
46
35
36
+
# Approve major updates of development dependencies
47
37
- name: Approve major updates of development dependencies
run: gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a major update of a dependency used only in development**"
50
40
41
+
# Comment on major updates of production dependencies
51
42
- name: Comment on major updates of non-development dependencies
0 commit comments