-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
chore: use set-github-repository-labels and populate-all-contributors-for-repository internally #1772
Conversation
@@ -68,10 +70,11 @@ export const outcomeLabels = [ | |||
}, | |||
{ | |||
color: "d73a4a", | |||
description: "Something isn't working :( 🐛", | |||
description: "Something isn't working 🐛", |
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.
Technically this is a behavior change in the repo. Heh. I'm curious if anybody will notice. The combo of an emoticon and an emoji bugs me.
@@ -214,6 +214,7 @@ exports[`expected file changes > knip.json 1`] = ` | |||
{ | |||
"$schema": "https://unpkg.com/knip@latest/schema.json", | |||
- "entry": ["script/*e2e.js", "src/index.ts!", "src/**/*.test.*"], | |||
- "ignoreDependencies": ["all-contributors-cli"], |
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 think it was coming in as a nested dev dependency before. Now that I've had to make it explicit in package.json
, Knip is reporting it. Ah well.
e108fae
to
cb49cdf
Compare
🎉 This is included in version v1.77.1 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Brings on a few utilities I recently extracted:
These should all have the same functionality as before. This should be a
chore:
PR, not afeat:
orfix:
.The utility here is that the latter two are now used as standalone scripts in onboarding to the "create" engine. I thought they'd be done as network requests (#1752), but in this way I found it a lot simpler to have them as standalone scripts (#1751, JoshuaKGoldberg/create#60).
💖