Skip to content

Conversation

@jonathanKingston
Copy link
Contributor

@jonathanKingston jonathanKingston commented Dec 8, 2025

Asana Task/Github Issue: https://app.asana.com/1/137249556945/project/1201614831475344/task/1211495549578747?focus=true

Description

To assist with https://app.asana.com/1/137249556945/project/1201614831475344/task/1211495549578747?focus=true I don't even know if cursor will respond to this but let's try it's zero risk and will help a reviewer.

Testing Steps

Checklist

Please tick all that apply:

  • I have tested this change locally
  • I have tested this change locally in all supported browsers
  • This change will be visible to users
  • I have added automated tests that cover this change
  • I have ensured the change is gated by config
  • This change was covered by a ship review
  • This change was covered by a tech design
  • Any dependent config has been merged

Note

Adds a new workflow to detect conflicted Dependabot PRs and request recreation, and updates auto-merge workflow to comment requesting a Cursor review on PR open.

  • CI / Dependabot Workflows:
    • New: /.github/workflows/dependabot-conflict-detector.yml
      • On pushes to main, scans open Dependabot PRs; if mergeable === false, comments @dependabot recreate.
    • Updated: /.github/workflows/dependabot-auto-merge.yml
      • Adds step on pull_request opened to comment tagging @cursoragent requesting review, impact analysis, coverage checks, and follow-up PR if needed.

Written by Cursor Bugbot for commit 60b7728. This will update automatically on new commits. Configure here.

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for content-scope-scripts ready!

Name Link
🔨 Latest commit 60b7728
🔍 Latest deploy log https://app.netlify.com/projects/content-scope-scripts/deploys/6936d6dbecdd7b00088125f1
😎 Deploy Preview https://deploy-preview-2093--content-scope-scripts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jonathanKingston jonathanKingston marked this pull request as ready for review December 8, 2025 11:21
@jonathanKingston jonathanKingston requested a review from a team as a code owner December 8, 2025 11:21
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Temporary Branch Update

The temporary branch has been updated with the latest changes. Below are the details:

Please use the above install command to update to the latest version.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

[Beta] Generated file diff

Time updated: Mon, 08 Dec 2025 13:48:06 GMT

@jonathanKingston jonathanKingston marked this pull request as draft December 8, 2025 11:27
@cursor
Copy link

cursor bot commented Dec 8, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@jonathanKingston jonathanKingston marked this pull request as ready for review December 8, 2025 11:30
@jonathanKingston jonathanKingston force-pushed the jkt/dependency-checker-comment branch from 88a7584 to 48373c0 Compare December 8, 2025 11:48
repo: context.repo.repo,
issue_number: pr.number,
body: '@dependabot recreate',
});
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Duplicate recreate comments on every push to main

The workflow runs on every push to main and creates a @dependabot recreate comment whenever a PR has conflicts, but it doesn't check if a recreate comment was already posted. This means multiple duplicate comments will be added to the same PR on subsequent pushes to main while the PR remains in a conflicted state, potentially triggering dependabot to recreate the PR multiple times unnecessarily.

Fix in Cursor Fix in Web

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only if fullPR.mergeable === false so might trigger a few times on merge queues but I think it's low risk and not the end of the world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants