We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
action-used-by-link
1 parent 77aab28 commit 12b56d5Copy full SHA for 12b56d5
source/index.ts
@@ -407,3 +407,10 @@ export const hasCode = (): boolean => // Static code, not the editor
407
isGist() ||
408
isCompare() ||
409
isBlame();
410
+
411
+export const isActionPage = (): boolean => location.pathname.startsWith('/marketplace/actions/');
412
+export const _isActionPage = [
413
+ 'https://github.com/marketplace/actions/urlchecker-action',
414
+ 'https://github.com/marketplace/actions/github-action-for-assignee-to-reviewer',
415
+ 'https://github.com/marketplace/actions/hugo-actions'
416
+];
0 commit comments