fix(ci): replace broken actions/first-interaction#732
fix(ci): replace broken actions/first-interaction#732mikeboensel wants to merge 2 commits intodevfrom
Conversation
PR intake checks found warnings (non-blocking)Fast safe checks found advisory issues. CI lint/test/build gates still enforce merge quality.
Action items:
Run logs: https://github.com/zeroclaw-labs/zeroclaw/actions/runs/22336040827 Detected blocking line issues (sample):
Detected advisory line issues (sample):
Workflow files changed in this PR:
Reminder: workflow changes require owner approval via |
|
Hi @mikeboensel, friendly automation nudge from PR hygiene. This PR has had no new commits for 78h and still needs an update before merge:
Recommended next steps
Maintainers: apply |
|
I ran the PR workflow triage for this queue run. Current blockers:
Keeping this PR open for an updated rebase and check rerun. We are conducting automation testing, and this issue or PR is actually being handled automatically by ZeroClaw. If anything goes wrong or you have any questions, please contact @chumyin directly for better assistance. |
a7cfe8e to
19f4bcc
Compare
chumyin
left a comment
There was a problem hiding this comment.
Reviewed workflow update and local validation evidence; approving for workflow-owner gate evaluation.
|
Deep pass completed on this PR. What I updated:
Current blocker:
We are currently conducting ZeroClaw automated testing. This is an automated comment from ZeroClaw. If you have any questions, please contact @chumyin. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
Warning
|
…lementation The deprecated `actions/first-interaction@v1` action fails with API errors in newer Actions runtimes, causing the first-time contributor greeting to fail on every new PR/issue. Replaced with a custom JavaScript implementation that: - Uses GitHub Search API to check author's previous activity - Posts welcome message only for genuine first-time contributors - Uses HTML marker comments to prevent duplicate greetings - Skips bot accounts (dependabot, renovate, etc.) Preserves the exact same greeting messages as before. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eac73f5 to
b666d37
Compare
chumyin
left a comment
There was a problem hiding this comment.
Workflow changes reviewed; CI update scope is valid.
|
Closing due governance gate: workflow-file changes require Workflow Owner Approval from allowlisted owners, and this PR remains blocked without that approval. |
This is tough to test (I am no longer a first time contributor). We'll have to coordinate on how to test it.
The issue:

The deprecated
actions/first-interaction@v1action fails with API errors in newer Actions runtimes, causing the first-time contributor greeting to fail on every new PR/issue.Replaced with a custom JavaScript implementation that:
Preserves the exact same greeting messages as before.