Skip to content

Conversation

@vilsonrodrigues
Copy link
Contributor

Summary

Adds a new /update command to the merge bot that allows updating PR branches with the latest changes from the base branch.

Changes

  • New update-command job in merge-bot workflow
  • Command formats: @mergebot update, /update, or update
  • Permission checking (write/admin access required)
  • Automatic merge of base branch into PR branch
  • Success/failure feedback with emoji reactions
  • Conflict detection with helpful error messages

Usage

Comment on any PR with one of:

  • /update
  • @mergebot update
  • update

The bot will:

  1. Check your permissions
  2. Merge the base branch into the PR branch
  3. Push the changes
  4. Comment with success/failure status

Testing

Will be tested after merge.

🤖 Generated with Claude Code

Adds a new command to the merge bot that allows updating PR branches with latest changes from the base branch.

Supported formats:
- @mergebot update
- @merge-bot update
- /update
- update

Features:
- Permission checking (write/admin only)
- Automatic merge of base branch into PR branch
- Success/failure feedback with emoji reactions
- Conflict detection and guidance
@vilsonrodrigues vilsonrodrigues added the feat New feature label Nov 26, 2025
@github-actions github-actions bot added ci CI/CD changes size/M Medium PR enhancement New feature or request labels Nov 26, 2025
@vilsonrodrigues
Copy link
Contributor Author

/merge

@github-actions github-actions bot merged commit d693035 into main Nov 26, 2025
10 checks passed
@github-actions
Copy link
Contributor

✅ PR merged successfully by @vilsonrodrigues!

@github-actions github-actions bot deleted the feat/add-update-command branch November 26, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD changes enhancement New feature or request feat New feature size/M Medium PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants