Skip to content

Commit ff33d79

Browse files
feat: use Octokit to populate more settings (#130)
* feat: use Octokit to populate more settings * Fleshed out the rest of the protections * Don't need release; correct packages name
1 parent d98ec73 commit ff33d79

File tree

4 files changed

+413
-26
lines changed

4 files changed

+413
-26
lines changed

Diff for: .github/workflows/packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
package:
10+
packages:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@vitest/coverage-istanbul": "^0.25.8",
99
"chalk": "^5.1.2",
1010
"cspell": "^6.12.0",
11+
"enquirer": "^2.3.6",
1112
"eslint": "^8.24.0",
1213
"eslint-config-prettier": "^8.5.0",
1314
"eslint-plugin-deprecation": "^1.3.3",
@@ -25,13 +26,16 @@
2526
"markdownlint-cli": "^0.32.2",
2627
"npm-package-json-lint": "^6.3.0",
2728
"npm-package-json-lint-config-default": "^5.0.0",
29+
"octokit": "^2.0.10",
2830
"pnpm-deduplicate": "^0.4.0",
2931
"prettier": "^2.7.1",
3032
"release-it": "^15.5.1",
33+
"replace-in-file": "^6.3.5",
3134
"sentences-per-line": "^0.2.1",
3235
"ts-prune": "^0.10.3",
3336
"typescript": "^4.8.4",
34-
"vitest": "^0.23.4"
37+
"vitest": "^0.23.4",
38+
"yargs": "^17.6.2"
3539
},
3640
"engines": {
3741
"node": ">=18"

0 commit comments

Comments
 (0)