Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update regex for detect merge commits after dropping bors #2

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

weihanglo
Copy link
Contributor

c8f2869 is probably more important. It updates how we detect merge PRs for updating Cargo milestone after migrating away from bors. The regex is a bit brittle, though I expect it should be fine for short term.

@weihanglo
Copy link
Contributor Author

weihanglo commented Nov 28, 2024

I've run it locally. With this patch milestone has successfully updated recent PRs.

weihanglo added a commit to weihanglo/triagebot that referenced this pull request Nov 28, 2024
Cargo has migrated to GitHub merge queue:
rust-lang/cargo#14718

The regex doesn't work for merge commit made by GitHub merge queue.
This PR adds extra regex pattern to capture that.

This regex has been proved working locally.
See <ehuss/cargo-new-release#2>
Copy link
Owner

@ehuss ehuss left a comment

Choose a reason for hiding this comment

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

Thanks!

@ehuss ehuss merged commit 2987195 into ehuss:master Nov 28, 2024
@weihanglo weihanglo deleted the user-token branch November 28, 2024 18:17
weihanglo added a commit to weihanglo/triagebot that referenced this pull request Nov 28, 2024
Cargo has migrated to GitHub merge queue:
rust-lang/cargo#14718

The regex doesn't work for merge commit made by GitHub merge queue.
This PR adds extra regex pattern to capture that.

This regex has been proved working locally.
See <ehuss/cargo-new-release#2>
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