From 92a7ec95c37418959dddd28904fff196870e4454 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 10 Feb 2022 20:42:19 +0100 Subject: Readme --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 443d2e2..d58646a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,8 @@ # rss-to-gitea +Create Gitea-Issue for newest entry in Atom-Feed. +Can be used to automatically create Update-Tickets. + ## Usage ``` @@ -8,6 +11,20 @@ rsstogitea config.yml ## Configuration +* **url** Gitea-URL +* **token** API-Token, either in plain or in an environment variable with `env/` +* **owner** Owner of the repo to create issues in +* **repo** Name of the repo to create issues in +* **label** Label to add to created Issue +* **feeds** list of + * **url** Atom-Feed URL + * **name** Name of the Feed. Used as issue-name prefix + * **assign** User to assign the issue to + * **exclude** List. If name of item contains one or more, item is ignored. Not Regex. + * **include** List. Item is ignored if title does not contain all strings. Not Regex. + +### Example + ```yaml --- url: 'https://gitea.example.com' -- cgit v1.2.3