This repository contains code that defines which repositories the @bjerkbot accepts invites from.
@bjerkbot is a bot used internally at Bjerk.
How to add @bjerkbot to a new repository.
You'll probably want to install Github CLI. That will help you to
get the inviteId
(e.g. 44182036
).
- Run
gh api -XPUT repos/:owner/:repo/collaborators/bjerk-bot
- Copy the
"id"
. - Open a pull request where you add this to the
bjerk-bot:repositories-with-github-token
list in.github/workflows/bjerk-bot.yml
.
bjerk-bot:repositories-with-github-token:
- ...
- repo: your-org/your-repo
invitationId: 44182036