Skip to content

Commit 0cc7393

Browse files
Add dependency checker comment
1 parent ff21463 commit 0cc7393

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ jobs:
3030
env:
3131
PR_URL: ${{ github.event.pull_request.html_url }}
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
34+
- name: Request Cursor review
35+
run: |
36+
gh pr comment "$PR_URL" --body "@cursoragent can you review against the current code and outline potential impacts based on the changelogs of the update?
37+
38+
Can you think through if this dependency is still needed or if there's better practices used elsewhere.
39+
40+
Can you draft a separate PR with any fixes that might be needed?"
41+
env:
42+
PR_URL: ${{ github.event.pull_request.html_url }}
43+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)