fix(ci): use snake_case inputs for first-interaction action#750
Closed
adisusilayasa wants to merge 1 commit into
Closed
fix(ci): use snake_case inputs for first-interaction action#750adisusilayasa wants to merge 1 commit into
adisusilayasa wants to merge 1 commit into
Conversation
The actions/first-interaction action requires snake_case input names: - repo-token -> repo_token - issue-message -> issue_message - pr-message -> pr_message This fixes the CI error: Error: Input required and not supplied: issue_message
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/22128369264 Detected blocking line issues (sample):
Detected advisory line issues (sample):
Workflow files changed in this PR:
Reminder: workflow changes require owner approval via |
Contributor
Author
|
Superseded by #749 which includes the same fix along with the documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Fixes CI error in
pr-auto-response.ymlworkflow.Problem
The
actions/first-interactionaction requires snake_case input names, but the workflow was using kebab-case:Changes
repo-tokenrepo_tokenissue-messageissue_messagepr-messagepr_messageTesting
The workflow will be tested when this PR is merged and a new contributor opens an issue or PR.