Skip to content
Snippets Groups Projects

Issue #3480946: Check for enabled actions before executing pre-prompt.

Issue #3480946: Check for enabled actions before executing pre-prompt.

Closes #3480946

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
381 381 }
382 382
383 383 try {
384 $pre_prompt = $this->assistant->get('pre_action_prompt');
385 if ($pre_prompt) {
384 $enabled_actions = $this->assistant->get('actions_enabled');
385 if ($enabled_actions) {
  • 381 381 }
    382 382
    383 383 try {
    384 $pre_prompt = $this->assistant->get('pre_action_prompt');
    385 if ($pre_prompt) {
    384 $enabled_actions = $this->assistant->get('actions_enabled');
  • Please register or sign in to reply
    Loading