Enable public Actions with an isolated resource-limited runner
Hop-State: A_06FN89T43A6YAKVVRPJ85G8 Hop-Proposal: R_06FN89NC0WV0HY32HS771N8 Hop-Task: T_06FN82XHMVA9Y1SCV577AD8 Hop-Attempt: AT_06FN82XHMS7KSMMM343RTC8
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
['Issues', 'Tasks'],
|
||||
['Pull Requests', 'Proposals'],
|
||||
['Pull requests', 'Proposals'],
|
||||
['Actions', 'Evidence'],
|
||||
['Commits', 'Checkpoints'],
|
||||
['Branches', 'Attempts'],
|
||||
['New Issue', 'New Task'],
|
||||
@@ -25,7 +24,6 @@
|
||||
[/\bnew issue\b/g, 'new task'],
|
||||
[/\bIssues\b/g, 'Tasks'],
|
||||
[/\bissues\b/g, 'tasks'],
|
||||
[/\bActions\b/g, 'Evidence'],
|
||||
[/\bCommits\b/g, 'Checkpoints'],
|
||||
[/\bBranches\b/g, 'Attempts'],
|
||||
];
|
||||
@@ -164,7 +162,7 @@
|
||||
workflowLink(document.querySelector('.hop-native-prompts-tab'), 'Prompts'),
|
||||
workflowLink(navigationLink('/issues'), 'Tasks'),
|
||||
workflowLink(navigationLink('/pulls'), 'Proposals'),
|
||||
workflowLink(navigationLink('/actions'), 'Evidence'),
|
||||
workflowLink(navigationLink('/actions'), 'Actions'),
|
||||
].filter(Boolean);
|
||||
if (!links.length) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user