Skip to content

Commit 79f3e12

Browse files
committed
chore(checker): add vouch-proxy
1 parent 357b6d2 commit 79f3e12

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/checker.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
github_headers = {'Authorization': 'token %s' % os.environ.get("GITHUB_TOKEN")}
88

99
repo_info_table = {
10+
"vouch-proxy": {
11+
"name": "vouch-proxy",
12+
"type": "github",
13+
"owner": "vouch",
14+
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
15+
},
1016
"redis_exporter": {
1117
"name": "redis_exporter",
1218
"type": "github",

0 commit comments

Comments
 (0)