Skip to content

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

Merged
dkhabiya merged 2 commits into
mainfrom
dkhabiya/github-helpers-2
May 29, 2026
Merged

feat(repo): add PR number as input in helpers#788
dkhabiya merged 2 commits into
mainfrom
dkhabiya/github-helpers-2

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 17:33
@dkhabiya dkhabiya enabled auto-merge (squash) May 29, 2026 17:35
@dkhabiya dkhabiya merged commit 7623c76 into main May 29, 2026
7 checks passed
@dkhabiya dkhabiya deleted the dkhabiya/github-helpers-2 branch May 29, 2026 17:36
@eg-oss-ci
Copy link
Copy Markdown

🎉 This PR is included in version 1.88.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants