Closed
Description
Hi,
I've noticed that action/index.cjs
doesn't seem to be updated in line with the latest build, as running npm run build
produces significant differences.
This issue seems to impact the action's behavior with draft pull requests in GitHub Actions, leading to unexpected results.
Steps to Reproduce:
- Run
npm run build
locally. - Compare the output
action/index.cjs
with the version in the repository.
Expected:
action/index.cjs
should match the build output to ensure proper action functionality.
Actual:
- There's a noticeable discrepancy, potentially explaining why draft PRs aren't handled as expected.
Could this be looked into? Consistency between the build output and the repository version is crucial for draft PR support.
Thanks,
P.S. Apologies if my English isn't perfect. Thank you for your understanding.
Metadata
Metadata
Assignees
Labels
No labels