2024-03-25 20:19:30 +00:00
2023-12-27 18:39:26 +01:00
2023-12-27 18:39:26 +01:00
2023-12-27 18:39:26 +01:00
2024-03-25 20:08:56 +00:00
2024-03-25 20:08:56 +00:00
2023-12-30 21:13:23 +00:00
2024-03-25 20:19:30 +00:00
2024-03-02 21:06:12 +00:00
2023-12-30 21:29:01 +00:00

sern automata

sern Automata is a github bot used to automate stuff in the organization.
It's written in Typescript and it's basically an express server that listens to github webhooks.

Features

  • Jobs: Jobs are groups of bash scripts that are executed inside the docker container that runs the bot.
  • PR Automations: Commands that can be executed to check if a PR is valid, to add labels, reviewers...
  • Issue Automations: Commands that can be executed to check if an issue is valid, to add labels, assignees...

Development

We use a devcontainer to develop the bot, but there will be no documentation to set up a development environment at the moment.

Deployment

Everything is directly hosted at Railway. The bot is deployed using a docker container (see Dockerfile.api).

Description
No description provided
Readme MIT 1.9 MiB
Languages
TypeScript 100%