microsoft / contributor-community-experiments

Tracking experiments and sharing best practices that we learn to build strong communities in our GitHub repos
MIT License
5 stars 2 forks source link

Consider trialing a "triage bot" that lets users without permissions assist in issue management #23

Open eiriktsarpalis opened 2 years ago

eiriktsarpalis commented 2 years ago

Forking from https://github.com/microsoft/contributor-community-experiments/issues/18#issuecomment-895350363

Introduction

The rust-lang repo uses a triage bot that let anyone assign, self-assign or change labels in issues. Users can issue commands by referencing the bot handle and the bot will perform the relevant action. Here are a few examples of the bot in action:

image

image

It might be worth noting that certain commands can only be used by team members, or might use a different protocol when invoked by non-maintainers. Refer to the triage bot documentation for examples.

Next Steps