Skip to content

ref: Remove unused requester field from parsed inputs#7169

Merged
BYK merged 1 commit intomainfrom
ref/remove-unused-requester-field
Feb 13, 2026
Merged

ref: Remove unused requester field from parsed inputs#7169
BYK merged 1 commit intomainfrom
ref/remove-unused-requester-field

Conversation

@BYK
Copy link
Member

@BYK BYK commented Feb 13, 2026

Summary

  • Remove the unused requester field that was parsed from the issue body in detailsFromContext but never consumed by any downstream module or workflow step
  • Remove corresponding test expectations

Details

The requester field was extracted via regex from the "Requested by: @username" line in publish issues, but no code actually reads it:

  • process-end-state.js only destructures { repo, version } from inputs
  • update-issue.js only destructures { version } from inputs
  • The publish workflow YAML references repo, merge_target, version, path, dry_run, and targets — but never requester

The `requester` field was parsed from the issue body in `detailsFromContext` but never consumed by any downstream module or workflow step. Remove the regex, the match call, and the field from the return object to reduce dead code.
@BYK BYK marked this pull request as ready for review February 13, 2026 21:39
@BYK BYK requested a review from a team as a code owner February 13, 2026 21:39
@BYK BYK merged commit 3f0270b into main Feb 13, 2026
7 checks passed
@BYK BYK deleted the ref/remove-unused-requester-field branch February 13, 2026 21:39
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