Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: enable readfile liquid tag in workflow args #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
fix: enable readfile liquid tag in workflow args #306
Changes from all commits
4a7ed54a0236ad3fd4277cc287a75803100d9ed43affd3801da393206ee44afFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check notice on line 553 in src/config.ts
logic Issue
Raw output
Check warning on line 553 in src/config.ts
error-handling Issue
Raw output
Add a counter or metric to track skipped imports, and log a warning if too many are skipped: logger.warn(`Skipped ${skippedCount} duplicate workflow imports`);Check warning on line 294 in src/frontends/slack-frontend.ts
architecture Issue
Raw output
Check warning on line 294 in src/frontends/slack-frontend.ts
architecture Issue
Raw output
Check warning on line 324 in src/frontends/slack-frontend.ts
security Issue
Raw output
Add logging to ensure errors are not silently swallowed: } catch (error) { logger.error('[SlackFrontend] Failed to post execution failure:', error); }Check failure on line 327 in src/frontends/slack-frontend.ts
error-handling Issue
Raw output
Add error logging: catch (error) { logger.error('[SlackFrontend] Failed to post execution failure:', error); }Check failure on line 1148 in src/providers/command-check-provider.ts
architecture Issue
Raw output
Check notice on line 30 in src/providers/workflow-check-provider.ts
performance Issue
Raw output
Check notice on line 30 in src/providers/workflow-check-provider.ts
architecture Issue
Raw output
Check failure on line 796 in src/providers/workflow-check-provider.ts
architecture Issue
Raw output
Check notice on line 168 in src/slack/socket-runner.ts
architecture Issue
Raw output
Check notice on line 171 in src/slack/socket-runner.ts
performance Issue
Raw output
Check warning on line 191 in src/slack/socket-runner.ts
security Issue
Raw output
Check warning on line 191 in src/slack/socket-runner.ts
security Issue
Raw output
Add logging to the catch block: } catch (error) { logger.warn('[SlackSocket] Failed to ensure client for botUserId detection:', error); }Check warning on line 195 in src/slack/socket-runner.ts
error-handling Issue
Raw output
Add logging to the catch block: catch (error) { logger.debug('[SlackSocket] Failed to ensure client:', error); }Check failure on line 223 in src/slack/socket-runner.ts
error-handling Issue
Raw output
Add debug logging to all catch blocks: catch (error) { if (process.env.VISOR_DEBUG === 'true') { logger.debug('[SlackSocket] Error in X:', error); } }Check failure on line 12 in src/state-machine/dispatch/stats-manager.ts
architecture Issue
Raw output
Check warning on line 3137 in src/state-machine/states/level-dispatch.ts
performance Issue
Raw output
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.