Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy in action/index.cjs After Running npm run build #140

Closed
chibicco opened this issue Feb 29, 2024 · 2 comments
Closed

Discrepancy in action/index.cjs After Running npm run build #140

chibicco opened this issue Feb 29, 2024 · 2 comments

Comments

@chibicco
Copy link

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:

  1. Run npm run build locally.
  2. 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.

@anc95
Copy link
Owner

anc95 commented Mar 1, 2024

@chibicco Updated the action/index.cjs and released v1.0.13. Thank you for pointing out this.

@anc95 anc95 closed this as completed Mar 1, 2024
@chibicco
Copy link
Author

chibicco commented Mar 1, 2024

Thank you for your quick response.
We have confirmed that it works in Draft PR :)

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

No branches or pull requests

2 participants