fitzgen opened Issue #1234:
The @highfive bot lets people opt into getting @-mentioned whenever a pull request modifies files in some configured subdirectory. This would allow, for example, folks only interested in Cranelift stuff to not follow the whole repo and all of its issue emails, but still get notified of changes that affect Cranelift.
bjorn3 commented on Issue #1234:
It would also be nice to get a notification for issues labeld
cranelift
. Will the bot @-mention be opt-in for everyone, including people who haven't every contributed to Cranelift in any way?
bjorn3 edited a comment on Issue #1234:
It would also be nice to get a notification for issues labeled
cranelift
. Will the bot @-mention be opt-in for everyone, including people who haven't every contributed to Cranelift in any way?
fitzgen commented on Issue #1234:
Will the bot @-mention be opt-in for everyone, including people who haven't every contributed to Cranelift in any way?
It is on a user-by-user basis. For servo, you send a PR to a repo that holds all the configuration for the bot and add yourself and the subdirectories you're interested in.
tschneidereit commented on Issue #1234:
Relatedly, we can also set up a GitHub Action to auto-label pull requests based on changed files: https://github.com/actions/labeler/blob/master/README.md
kubkon commented on Issue #1234:
However we decide to tackle this, it's a much welcomed change given the increased scope of the repo!
fitzgen commented on Issue #1234:
I created a user for our highfive bot: @bytecodealliance-highfive
and I forked the rust-lang/highfive repo: https://github.com/bytecodealliance/highfive
The next steps would be to
- Replace the rust configs with our own configs.
- Add @bytecodealliance-highfive as an admin on relevant repos (mostly this one).
- Start running the bot on some server somewhere and add a webhook for this repo that points at it.
I can't do those last two steps myself.
fitzgen commented on Issue #1234:
Looking into this some more, I think a collection of github actions is the way to go. I'll start submitting PRs in this direction.
fitzgen closed Issue #1234:
The @highfive bot lets people opt into getting @-mentioned whenever a pull request modifies files in some configured subdirectory. This would allow, for example, folks only interested in Cranelift stuff to not follow the whole repo and all of its issue emails, but still get notified of changes that affect Cranelift.
Last updated: Nov 22 2024 at 17:03 UTC