1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-10-18 07:38:08 +02:00

adjusted conf.example.yml

This commit is contained in:
Andreas Wachter 2024-08-26 10:58:16 +02:00
parent de298a1c4b
commit e07146cb39

@ -140,6 +140,8 @@ source:
excludeforks: true # exclude forked repositories excludeforks: true # exclude forked repositories
bitbucket: bitbucket:
- user: some-user # the user you want to clone the repositories from. - user: some-user # the user you want to clone the repositories from.
- token: some-token
# token_file: token.txt # alternatively, specify token in a file
url: http(s)://url-to-bitbucket # if empty, it uses https://bitbucket.org url: http(s)://url-to-bitbucket # if empty, it uses https://bitbucket.org
username: your-user # user is used to clone the repo with username: your-user # user is used to clone the repo with
password: your-password password: your-password
@ -148,8 +150,14 @@ source:
exclude: # this excludes the repos foo and bar exclude: # this excludes the repos foo and bar
- foo - foo
- bar - bar
include: include: # this includes the repo "foobar"
- foobar - foobar
excludeorgs: # this excludes repos from the workpaces "foo" and "bar"
- foo
- bar
includeorgs: # this includes repos from the workspaces "foo1" and "bar1"
- foo1
- bar1
filter: filter:
lastactivity: 1y # only clone repos which had activity during the last year lastactivity: 1y # only clone repos which had activity during the last year
onedev: onedev: