1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/web/cypress/fixtures/github-build-trigger-namespaces.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

29 lines
703 B
JSON

{
"namespaces": [
{
"personal": true,
"id": "githuborg1",
"title": "Org 1",
"avatar_url": "https://avatars.githubusercontent.com/u/1234567?v=3",
"url": "https://github.com/githuborg1",
"score": 0
},
{
"personal": true,
"id": "githuborg2",
"title": "Org 2",
"avatar_url": "https://avatars.githubusercontent.com/u/1234567?v=3",
"url": "https://github.com/githuborg2",
"score": 50
},
{
"personal": true,
"id": "githuborg3",
"title": "Org 3",
"avatar_url": "https://avatars.githubusercontent.com/u/1234567?v=3",
"url": "https://github.com/githuborg3",
"score": 100
}
]
}