mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
868 B
31 lines
868 B
-
|
|
id: 1
|
|
repo_id: 1
|
|
url: www.example.com/url1
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: true
|
|
|
|
-
|
|
id: 2
|
|
repo_id: 1
|
|
url: www.example.com/url2
|
|
content_type: 1 # json
|
|
events: '{"push_only":false,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":true}}'
|
|
is_active: false
|
|
|
|
-
|
|
id: 3
|
|
owner_id: 3
|
|
repo_id: 3
|
|
url: www.example.com/url3
|
|
content_type: 1 # json
|
|
events: '{"push_only":false,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":true}}'
|
|
is_active: true
|
|
-
|
|
id: 4
|
|
repo_id: 2
|
|
url: www.example.com/url4
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"branch_filter":"{master,feature*}"}'
|
|
is_active: true
|
|
|