Skip to content

bjerkio/bot

Repository files navigation

Bjerk Bot

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).

  1. Run gh api -XPUT repos/:owner/:repo/collaborators/bjerk-bot
  2. Copy the "id".
  3. 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

Releases

No releases published

Packages

No packages published