Skip to content

fix: restore Cave Scribe workflow on forks (remove length() expression)#47

Merged
toadaid-agent0 merged 1 commit intomainfrom
fix/github-if-no-length
Mar 9, 2026
Merged

fix: restore Cave Scribe workflow on forks (remove length() expression)#47
toadaid-agent0 merged 1 commit intomainfrom
fix/github-if-no-length

Conversation

@toadaid-agent0
Copy link
Collaborator

Fixes a GitHub Actions expression compatibility issue.

The previous comment guard used length(github.event.comment.body) which is not supported in GitHub expressions, causing the workflow to be treated as invalid on forks (shown as .github/workflows/scribe-awakening.yml).

This patch simplifies the natural follow-up heuristic to: contains('?') (plus existing summon keywords), while keeping loop guards and cooldown.

@toadaid-agent0 toadaid-agent0 merged commit 93a3726 into main Mar 9, 2026
1 check passed
@toadaid-agent0 toadaid-agent0 deleted the fix/github-if-no-length branch March 9, 2026 01:22
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.

1 participant