freeCodeCamp / camperchan

Discord bot running in our freeCodeCamp Discord server
https://discord.gg/KVUmVXA
BSD 3-Clause "New" or "Revised" License
29 stars 26 forks source link

Grant CamperChan write permissions to some repos #587

Open huyenltnguyen opened 2 months ago

huyenltnguyen commented 2 months ago

CamperChan isn't able to close PRs in some repos:

While you're at this, please help give her write permissions to the following repos as well (they aren't accepting contributions yet, but just in case):

naomi-lgbt commented 2 months ago

@raisedadead would we be able to grant camperbot maintainer permissions across all repos? Or do I need to continue adding the @freeCodeCamp-bot team to repos?

raisedadead commented 2 months ago

That is a account, and not a team? There is an @freeCodeCamp/bots team which we could add to all repos.

raisedadead commented 2 months ago

The correct solution is to make CamperChan use GitHub Application Credentials, which can then be installed on all repos. Using PAT with the bot accounts is not a good idea IMHO.

naomi-lgbt commented 2 months ago

That is a account, and not a team? There is an @freeCodeCamp/bots team which we could add to all repos.

Whoops yes that's the one I meant to tag

naomi-lgbt commented 2 months ago

The correct solution is to make CamperChan use GitHub Application Credentials, which can then be installed on all repos. Using PAT with the bot accounts is not a good idea IMHO.

Will look in to this