-
Notifications
You must be signed in to change notification settings - Fork 241
Add minimal triagebot config #956
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
Conversation
Adding it LGTM, but I believe this needs |
Then they should be put in the PR description and not in the commit description, we don't want to spam the issues with references to the commit. It also creates issues with subtrees, especially if someone puts |
I don't really follow that logic - if links are in the PR description on a repo that uses merge commits (r-l/r), then the links wind up in those merge commits and still make noise from forks on issues. In fact, that's actually worse because of how Josh does syncs - it (horribly) needs to recreate every totally unrelated merge commit for every merge from the same rollup, e.g. the last sync #946 wound up mentioned in all these totally unrelated issues:
And then in a repo that doesn't use merge commits (this one), the links are just lost and you have no useful crossrefs in the log/blame. It would make sense to disallow |
b03bdf2
to
dafb383
Compare
I wish github would just allow you to filter mentions by comment vs. commit and by organization so this wasn't a concern. One of the things I miss most from GitLab 🙃 Hopefully bors2 will help clean up the merge messages a bit. With any luck it will also be able to use octopus merges for rollups so the merge commits don't get so out of hand... In any case, thank you for getting this set up! I don't think there is any harm in merging before the team PR merges. |
dafb383
to
cbb5af5
Compare
This PR adds a minimal
triagebot.toml
config to make contributions to this repository respect upstream rust-lang/rust conventions and avoid issues when syncing this subtree.If you're interested in more triagebot feature, I highly recommand looking at miri's
triagebot.toml
config.Accompanying team PR: rust-lang/team#1876
cf. rust-lang/rust#142489 (comment)
cc @tgross35