From 087619552ec263a3322ea4bffb3b154404c16042 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 2 Mar 2024 21:06:12 +0000 Subject: [PATCH] feat: add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8bbd7bd --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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 + +- [x] **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](https://railway.app/). The bot is deployed using a docker container (see `Dockerfile.api`). \ No newline at end of file