Skip to content

fix(ci): resolve BUG-064 and BUG-065 broken community workflow actions#32

Merged
Hidden-History merged 1 commit intomainfrom
fix/ci-workflow-actions
Feb 13, 2026
Merged

fix(ci): resolve BUG-064 and BUG-065 broken community workflow actions#32
Hidden-History merged 1 commit intomainfrom
fix/ci-workflow-actions

Conversation

@Hidden-History
Copy link
Owner

Summary

  • BUG-064: Pin hattan/verify-linked-issue-action to commit SHA bea64a33 (v1.1.5). The referenced v1.2.0 tag never existed — latest upstream tag is v1.1.5. Pinned to SHA for supply chain security.
  • BUG-065: Update actions/first-interaction@v3 input names from kebab-case to snake_case (issue-messageissue_message, pr-messagepr_message) per v3 breaking change.

Both bugs were pre-existing (discovered during PR #31 CI runs, reported 2026-02-10). Neither blocked merging but caused cosmetic CI failures on every PR.

Test plan

  • Open a test PR and verify "Check Linked Issue" job no longer fails at setup
  • Verify "Welcome New Contributors" job no longer fails on input name mismatch
  • Confirm no other community workflow jobs are affected

🤖 Generated with Claude Code

BUG-064: Pin hattan/verify-linked-issue-action to SHA (v1.2.0 tag never
existed, latest is v1.1.5). Pinning to commit SHA for supply chain security.

BUG-065: Update first-interaction@v3 input names from kebab-case to
snake_case (repo-token → repo_token, issue-message → issue_message,
pr-message → pr_message) per v3 breaking change.

Note: CI "Community Management" checks will still fail on this PR because
pull_request_target runs the workflow from the base branch (main), not from
the PR branch. These are the exact bugs being fixed — they resolve after merge.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Hidden-History Hidden-History force-pushed the fix/ci-workflow-actions branch from 4c61687 to 89f7be1 Compare February 13, 2026 21:32
@Hidden-History
Copy link
Owner Author

Expected CI Failures

The Community Management checks will continue to fail on this PR. This is expected and correct:

  • pull_request_target events run the workflow from the base branch (main), not from the PR branch
  • The CI is running the old, unfixed workflow from main — which is exactly the bug this PR fixes
  • These checks will pass on the next PR after this one is merged to main

Update: Also fixed repo-tokenrepo_token (all 3 v3 input renames now covered: repo_token, issue_message, pr_message).

Safe to merge — the fix is correct, just can't self-validate due to pull_request_target semantics.

@Hidden-History Hidden-History merged commit 443ce1b into main Feb 13, 2026
3 checks passed
@Hidden-History Hidden-History deleted the fix/ci-workflow-actions branch February 13, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant