Skip to content

Commit 63c2162

Browse files
committed
add auth_keywords to GitHub, GithubProxy, Gitlab, Gitlab_commit, GooglePlay
1 parent 897d707 commit 63c2162

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

rules/hubs/GitHub.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_version": 3
77
},
88
"api_keywords": ["owner", "repo"],
9+
"auth_keywords": ["token"],
910
"app_url_templates": [
1011
"https://github.com/%owner/%repo/"
1112
]

rules/hubs/GithubProxy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_version": 1
77
},
88
"api_keywords": ["owner", "repo"],
9+
"auth_keywords": ["token"],
910
"app_url_templates": [
1011
"https://github.com/%owner/%repo/"
1112
]

rules/hubs/Gitlab.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_version": 1
77
},
88
"api_keywords": ["owner", "repo"],
9+
"auth_keywords": ["token"],
910
"app_url_templates": [
1011
"https://gitlab.com/%owner/%repo/"
1112
]

rules/hubs/Gitlab_commit.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_version": 1
77
},
88
"api_keywords": ["owner", "repo"],
9+
"auth_keywords": ["token"],
910
"app_url_templates": [
1011
"https://gitlab.com/%owner/%repo/"
1112
]

rules/hubs/GooglePlay.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_version": 2
77
},
88
"api_keywords": ["android_app_package"],
9+
"auth_keywords": ["email", "aas_token"],
910
"app_url_templates": [
1011
"https://play.google.com/store/apps/details?id=%android_app_package"
1112
]

0 commit comments

Comments
 (0)