aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
blob: 443d2e2190ff8e18d7b3fce4b69cb414f55e5729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# rss-to-gitea

## Usage

```
rsstogitea config.yml
```

## Configuration

```yaml
---
url: 'https://gitea.example.com'
token: 'env/GITEA_TOKEN'
owner: 'org'
repo: 'repo'
label: 'update'
feeds:
  - url: 'https://github.com/go-gitea/gitea/releases.atom'
    name: 'Gitea'
    assign: 'user'
    exclude:
      - dev
      - rc
    include: []
```