-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Default the scope from package.json#name #129
base: main
Are you sure you want to change the base?
Conversation
checking back on this spike to see if there's interest to continue |
I've rebased on latest and made the linter happy but this is as far as I can go. Right now some tests are failing (presumably) because the tests aren't running within the context of a package; so there's no package.json to require. |
nice feature! |
This please! |
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Any way this can be moved forward? As noted in a comment to #128 , the scope input is still limiting the flexibility of this action in reusable workflows. |
Rebased, refactored to ESM, and added test. WDYT, @bryanmacfarlane ? |
Proof of concept attempt at #128