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 "**Approving** this pull request because **it includes a major update of a dependency used only in development**"
31
+
env:
32
+
PR_URL: ${{github.event.pull_request.html_url}}
33
+
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
34
+
- name: Comment on major updates of non-development dependencies
0 commit comments