Skip to content

bjerkio/bot

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25c8d94 · Nov 15, 2024
Oct 30, 2024
Mar 20, 2024
Apr 13, 2021
Jul 14, 2023
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Jan 9, 2024
Apr 10, 2023
Apr 10, 2023
Mar 20, 2024
Nov 15, 2024
Nov 11, 2024
Apr 13, 2021

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