Skip to content

fix: allow gremlins bot to trigger Claude-based workflows#437

Merged
netanelgilad merged 1 commit intomainfrom
fix/allow-gremlins-claude-workflows
Mar 22, 2026
Merged

fix: allow gremlins bot to trigger Claude-based workflows#437
netanelgilad merged 1 commit intomainfrom
fix/allow-gremlins-claude-workflows

Conversation

@netanelgilad
Copy link
Contributor

Summary

  • Adds base44-os-gremlins[bot] to allowed_bots in claude.yml, claude-code-review.yml, and pr-description.yml
  • Fixes failing CI checks on gremlins-authored PRs (e.g. feat: add visibility config field (public/private) to CLI #370) where Claude code review and auto PR description workflows were skipping because the bot actor wasn't allowlisted

Test plan

Made with Cursor

The base44-os-gremlins[bot] PRs were failing CI checks because
the Claude workflows didn't include it in `allowed_bots`. Add
the bot to all three Claude workflow files.

Made-with: Cursor
@github-actions
Copy link
Contributor

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.47-pr.437.84c5dd7

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.47-pr.437.84c5dd7"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.47-pr.437.84c5dd7"
  }
}

Preview published to npm registry — try new features instantly!

@netanelgilad netanelgilad merged commit d4f4013 into main Mar 22, 2026
7 of 9 checks passed
@netanelgilad netanelgilad deleted the fix/allow-gremlins-claude-workflows branch March 22, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants