9 matches across 1 files for error path:.github/workflows/require_issue_link.yml lang:YAML
snippet_mode: auto · sorted by relevance
.github/workflows/require_issue_link.yml YAML 9 matches · showing 5 view file →
87 const sender = context.payload.sender?.login;
88 if (!sender) {
89 throw new Error('Event has no sender — cannot check permissions');
90 }
91 try {
· · ·
106 }
107 const status = e.status ?? 'unknown';
108 throw new Error(
109 `Permission check failed for ${sender} (HTTP ${status}): ${e.message}`,
110 );
· · ·
265 console.log(`PR author "${prAuthor}" is NOT assigned to #${num} (assignees: ${assignees.join(', ') || 'none'})`);
266 }
267 } catch (error) {
268 if (error.status === 404) {
269 console.log(`Issue #${num} not found — skipping`);
· · ·
268 if (error.status === 404) {
269 console.log(`Issue #${num} not found — skipping`);
270 } else {
· · ·
271 // Non-404 errors (rate limit, server error) must not be
272 // silently skipped — they could cause false enforcement
273 // (closing a legitimate PR whose assignment can't be verified).
+ 4 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.