exercism / meta

Experimenting with a repo to manage the project-wide, meta todos.
7 stars 2 forks source link

Add automation that lets track maintainers add new maintainers to their track #2

Closed kytrinyx closed 6 years ago

kytrinyx commented 7 years ago

There are several options here

The second option is simpler and doesn't require a UI. The maintainers are already the ones who merge stuff.

This also lets us normalize on a label that could be used for this... and we can search on that label for news purposes.

kytrinyx commented 7 years ago

I've started working on this over in https://github.com/kytrinyx/maintainer-sync

kytrinyx commented 6 years ago

This bot might actually be very close to done. I got to the part that would actually update the teams and got stuck because the GitHub API wouldn't let the App access the memberships endpoints. I have fixed the GitHub API to allow this endpoint to be accessed by bots... but basically got sidetracked and never came back to it.

kytrinyx commented 6 years ago

Closing as we've deployed the maintainer-sync bot.