File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
r"/app/installations/(?:.+?)" ,
13
13
r"/app/installations/(?:.+?)/access_tokens" ,
14
14
r"/app/installations/(?:.+?)/suspended" ,
15
+ r"/app/installation-requests" ,
15
16
r"/marketplace_listing/accounts/(?:.+?)" ,
16
17
r"/marketplace_listing/plan" ,
17
18
r"/marketplace_listing/plans" ,
33
34
APP_AUTH_REGEX = re .compile (rf"^(?:{ '|' .join (APP_ROUTES )} )$" , re .I )
34
35
"""Regex to match app authentication routes.
35
36
36
- See: https://github.com/octokit/auth-app.js/blob/c0068e06081a5d930799285a7c79c9c948b676b6 /src/requires-app-auth.ts#L45
37
+ See: https://github.com/octokit/auth-app.js/blob/9da834e0d8893b4cb233a2e9f67c3183abe8a341 /src/requires-app-auth.ts#L46
37
38
"""
38
39
BASIC_AUTH_REGEX = re .compile (r"/applications/[^/]+/(token|grant)s?" )
39
40
"""Regex to match basic authentication routes.
You can’t perform that action at this time.
0 commit comments