From c055c027f997eea9ac927b181beac94e365a0dcd Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 28 Jul 2024 20:52:52 +0200 Subject: [PATCH] docs: update README to add pipeline details Expands README with information about the purpose of the repository, specifically detailing the pipelines it contains. Adds a link to Private.coffee and descriptions of the weekly chores pipeline to make the repository's functionality clearer to new users. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d832a12..84b95d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# pipelines +# Pipelines for Private.coffee +This is a collection of pipelines for [Private.coffee](https://private.coffee) that are used to automate various tasks. + +## Pipelines + +- [Weekly Chores](scripts/chores.py) - A pipeline that creates an issue in the `chores` repository every week with a checklist of tasks that need to be done, specifically checking for server updates, new versions of projects, and if everything is working. \ No newline at end of file