mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 16:01:05 +00:00
20 lines
454 B
JSON
20 lines
454 B
JSON
|
[
|
||
|
{
|
||
|
"owner":"drone",
|
||
|
"name":"drone-test-go",
|
||
|
"full_name":"drone/drone-test-go",
|
||
|
"self_url":"http://localhost:8080/drone/drone-test-go",
|
||
|
"link_url":"https://github.com/drone/drone-test-go",
|
||
|
"clone_url":"https://github.com/drone/drone-test-go.git",
|
||
|
"default_branch":"master",
|
||
|
"private":true,
|
||
|
"trusted":false,
|
||
|
"timeout":60,
|
||
|
"hooks":{
|
||
|
"pull_request":true,
|
||
|
"push":true,
|
||
|
"tags":false
|
||
|
}
|
||
|
}
|
||
|
]
|