Skip to content

fix(pr-resolve): push changes before commenting on PR threads#47

Merged
asithade merged 2 commits intomainfrom
asitha/pr-resolve-push-before-comment
Apr 14, 2026
Merged

fix(pr-resolve): push changes before commenting on PR threads#47
asithade merged 2 commits intomainfrom
asitha/pr-resolve-push-before-comment

Conversation

@asithade
Copy link
Copy Markdown
Contributor

Summary

  • Reorders lfx-pr-resolve steps so git push (now Step 8) happens before any GitHub API interactions — thread replies (Step 9), thread resolution (Step 10), and summary comment (Step 11)
  • Prevents bots and reviewers from being notified before the code changes are available on the remote
  • Fixes a stale step reference for discussion items (Step 3 → Step 4)

🤖 Generated with Claude Code

Reorder steps so the git push happens before any GitHub API
interactions (thread replies, thread resolution, summary comment).
This prevents bots and reviewers from being notified and attempting
to validate changes before the code is available on the remote.

Also fixes a stale step reference for discussion items (Step 3 → Step 4).

Signed-off-by: Asitha de Silva <asithade@gmail.com>
Copilot AI review requested due to automatic review settings April 10, 2026 04:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the lfx-pr-resolve workflow documentation to ensure local changes are pushed to the remote branch before any GitHub API interactions (thread replies/resolutions and summary comment), preventing notifications before reviewers can see the updated code.

Changes:

  • Reordered steps so git push happens before replying to/reconciling PR review threads and posting the summary.
  • Renumbered subsequent steps to match the new ordering.
  • Fixed an incorrect step reference for handling discussion items (Step 3 → Step 4).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lfx-pr-resolve/SKILL.md
@asithade asithade merged commit f93298f into main Apr 14, 2026
4 checks passed
@asithade asithade deleted the asitha/pr-resolve-push-before-comment branch April 14, 2026 16:54
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.

4 participants