1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/web/cypress/fixtures/github-build-trigger-sources.json
Brandon Caton 03b7fec211 ui: implementing github and gitlab build triggers (PROJQUAY-6585) (#2614)
Adds the creation of GitHub and GitLab build triggers.
2024-01-25 13:00:51 -05:00

50 lines
1.4 KiB
JSON

{
"sources": [
{
"name": "repo1",
"full_name": "githuborg1/repo1",
"description": "repo1 description",
"last_updated": 1705069849,
"url": "https://github.com/githuborg1/repo1",
"has_admin_permissions": true,
"private": false
},
{
"name": "repo2",
"full_name": "githuborg1/repo2",
"description": "repo2 description",
"last_updated": 1705059849,
"url": "https://github.com/githuborg1/repo2",
"has_admin_permissions": true,
"private": false
},
{
"name": "noadminpermissionsrepo3",
"full_name": "githuborg1/noadminpermissionsrepo3",
"description": "noadminpermissionsrepo3 description",
"last_updated": 1705069849,
"url": "https://github.com/githuborg1/noadminpermissionsrepo3",
"has_admin_permissions": false,
"private": false
},
{
"name": "stalerepo4",
"full_name": "githuborg1/stalerepo4",
"description": "stalerepo4 description",
"last_updated": 1697534936,
"url": "https://github.com/githuborg1/stalerepo4",
"has_admin_permissions": true,
"private": false
},
{
"name": "privaterepo5",
"full_name": "githuborg1/privaterepo5",
"description": "",
"last_updated": 1705079849,
"url": "https://github.com/githuborg1/privaterepo5",
"has_admin_permissions": true,
"private": true
}
]
}