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.
This commit is contained in:
parent
e575fd9e08
commit
c055c027f9
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue