-
Notifications
You must be signed in to change notification settings - Fork 13
ENH: Add automatic rebuild #72
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
Conversation
* upstream/master: Update NCC; pin fetch to v2 (scientific-python#71) ENH: Add automatic rebuild (scientific-python#72) Build(deps): Bump undici from 5.28.5 to 5.29.0 Making config example and narrative consistent (scientific-python#67)
- run: ncc build index.js | ||
env: | ||
NODE_OPTIONS: "--openssl-legacy-provider" | ||
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say we should pin the latest 1.3.1 hash as only the readme changed since then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Their official docs suggest to use this hash, so maybe better to follow that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think dependabot would pick up hash changes (without tag changes), so I would open a PR for their readme. (At least following the readme change history I didn't get the notion of them indeed suggesting to tag to individual hashes unassociated with any release)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh I didn't look at their readme just https://autofix.ci/ and https://autofix.ci/setup
Let's see if it works, it should rebuild and modify
dist/index.js
!