Skip to content

feat(repo): add PR number as input in helpers#787

Closed
dkhabiya wants to merge 1 commit into
ExpediaGroup:mainfrom
dkhabiya:dkhabiya/github-helpers
Closed

feat(repo): add PR number as input in helpers#787
dkhabiya wants to merge 1 commit into
ExpediaGroup:mainfrom
dkhabiya:dkhabiya/github-helpers

Conversation

@dkhabiya
Copy link
Copy Markdown
Contributor

📝 Description

Added optional pull_number input support to selected helpers so they can run correctly from workflow_dispatch (where context.issue.number may be missing).

These helpers rely on PR context being present from PR-triggered events. In workflow_dispatch, PR context is not guaranteed, which caused PR lookups and changed-file resolution to fail or follow the wrong execution path.

🔗 Related Issues

@dkhabiya dkhabiya requested a review from a team as a code owner May 29, 2026 15:08
@danadajian danadajian changed the title feat: add PR number as input in helpers feat(repo): add PR number as input in helpers May 29, 2026
@dkhabiya dkhabiya closed this May 29, 2026
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.

2 participants