-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Issue management: discuss caine again #5246
Comments
cc @chrisdickinson and @piscisaureus |
also @mscdex and @thealphanerd |
👍 that would be pretty helpful, even something that just automatically notifies when a relevant tag is applied. |
+1 |
I'm very into this and up to contribute in any way I can help |
In general I think I am for something like this, but I'm not sure about the auto-issue labeling since sometimes an issue may need to be labeled more than once if it affects multiple parts/subsystems (e.g. something crypto-related that affects both I do think however that notifications on manual label assignment might be good. |
I am also curious as to how the notifications would work and how you would subscribe/unsubscribe to specific labels. |
@mscdex the way caine works right now:
So it is all messages-based. |
@mscdex all of this is configurable through (Updated link) |
+1 from me. I'm not an active contributor at the moment, but I'm trying to keep updated by reading some issues. If I can be mentioned more often in issues that I care about and less in issues which is not relevant that would be great. I think one of the problems last time was that it started by commenting in all open issues which resulted in a lot of full inboxes. |
@tellnes if we are talking about the same thing - it was just a bug that was quickly fixed. It will comment only on new issues if we will decide to use it. |
@indutny Yes. But I'm guessing it was one of the reasons it did not have enough support last time. But please correct me, it is some time ago and I was not involved in the decisions then. I just remember that bug was a pain. |
Do we want to discuss it on CTC call tomorrow @nodejs/ctc @rvagg ? |
Perhaps we can abstract up a level and discuss issue management in general. It's difficult for veterans and newcomers alike to follow issues and comments across the nodejs org's many repos, not to mention other orgs; perhaps we can consolidate all to one tracker with tags, milestones, etc.? Doesn't have to be GitHub, but ideally should integrate into GH and provide some of the conveniences GH does, like # references. Most likely there are companies trying to tackle this problem already - the Dear GitHub flareup clearly shows a need for issue trackers with deep GH integration; perhaps we can find and work with one. |
Nice work @indutny! The question-driven auto-tagging seems useful to me. Mentions could also be useful if done well. I am slightly worried about them becoming too noisy... as you noted it's already a challenge not to be flooded with too many notifications. Would it make sense to create a level of indirection so that people can actually choose what automated mentions to subscribe to? For example, if the subsystem is Also, is it possible to do a pilot test run on a subset of issues and PRs? Like one every X? |
dear-github/dear-github#125 <- looks like GH added issue templates? If so, huzzah! |
OMG |
Fix: #5246 PR-URL: #5291 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Steven R. Loomis <srloomis@us.ibm.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
Fix: #5246 PR-URL: #5291 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Steven R. Loomis <srloomis@us.ibm.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
When things have just started with io.js, I proposed to use a "gentle buttler" bot caine for the purposes of tagging and assigning the issues. It has been awhile since then (a bit more than 1 year), and I think it is a right time to discuss it again.
This doesn't mean that the bot should be used as it is, though. I just want to see a possibility of off-loading issue tagging and mentions of github groups to some automated system (which is sadly not provided by github itself).
What are your thoughts on this @nodejs/ctc and @nodejs/collaborators ? What should be changed in caine in order to make it useful for us?
Thank you,
Fedor.
P.S.
A bit of personal reasoning for this: I was watching the
joyent/node
repo years ago, but the number of email notifications was just killing my productivity and trashing my inbox. So I decided to unwatch it, and pick the issues where people mention me, or rarely pick them manually from the issue tracker (assuming someone has tagged them withcrypto
,tls
or anything else). Having automated system which will notify core devs about new issues that are relevant to their scope will definitely be much more useful to me, and hopefully to others too.The text was updated successfully, but these errors were encountered: