Anyone know if there's a way to avoid having github-actions[bot] post a comment on every issue that anyone subscribes to?
One thing I was thinking was that the bot could delete its own comment, but that doesn't make it less noisy for everyone else unfortunately. Other than that I'm not sure that github has the facilities to get the same functionality
It unfortunately doesn't, for now. I did some research on this, and then @fitzgen (he/him) did a lot more. You'd really think gh would've introduced a simple "subscribe to labels" by now ...
Unfortunately, if it doesn't post a comment, then the subscribers don't get notified :-/
I set up a gmail filter to auto delete any message from the bots where I'm not @-mentioned. Can share the filter if anyone is interested.
And we can always go back and remove the bot and force folks that only care about cranelift to get the full firehose :-/
please share the gmail filter! :thank_you:
Screenshot-from-2020-03-27-09-01-32.png
for emails that match that, I just have it auto-delete.
I really like the idea of having shorter messages for the bot. Could it be something like:
cc'ing @somebody @somebody_else <details> @somebody because of 'cranelift', 'fuzzing' @somebody_else because of 'wasmtime' </details>
If so, I'm happy to make the change!
sounds good to me -- probably still worth having a title (perhaps smaller) for gmail filterability, and also linking to the more info / docs / config.
And this now implemented!
But not active yet; version needs to be bumped and published, and bumped in the workflow file too, I guess: https://github.com/bytecodealliance/wasmtime/blob/master/.github/workflows/subscribe-to-label.yml#L15
@fitzgen (he/him) ping ^? Or should i make the change that the action should be pulled from the master branch instead of a fixed version number?
oh did you want me to do the release? I had assumed you were going to do it, but I'm fine doing it also @Benjamin Bouvier
@fitzgen (he/him) Oh well, I assumed I didn't have the authorizations to do the release, but maybe I can?
it is just merging into the v1 branch; I'm doing it now
Sorry, I didn't mean to bother you if I had known this!
And thank you!
and tagging the semantic version
no worries! should probably better doc this somewhere
oh, I did write docs: https://github.com/bytecodealliance/subscribe-to-label-action/blob/master/CONTRIBUTING.md#publishing-a-new-release
in the future, that should be all you have to do! :)
(and the new version is now published)
Thanks!
Last updated: Nov 22 2024 at 16:03 UTC