Skip to content

Commit 48d32b4

Browse files
Add condition to dependabot auto-merge workflow
Co-authored-by: jkingston <[email protected]>
1 parent 0cc7393 commit 48d32b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Request Cursor review
35+
if: github.event.action == 'opened'
3536
run: |
3637
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?
3738

0 commit comments

Comments
 (0)