Skip to content

Commit

Permalink
feat: use Octokit to populate more settings (#130)
Browse files Browse the repository at this point in the history
* feat: use Octokit to populate more settings

* Fleshed out the rest of the protections

* Don't need release; correct packages name
  • Loading branch information
JoshuaKGoldberg committed Dec 21, 2022
1 parent d98ec73 commit ff33d79
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
package:
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@vitest/coverage-istanbul": "^0.25.8",
"chalk": "^5.1.2",
"cspell": "^6.12.0",
"enquirer": "^2.3.6",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.3",
Expand All @@ -25,13 +26,16 @@
"markdownlint-cli": "^0.32.2",
"npm-package-json-lint": "^6.3.0",
"npm-package-json-lint-config-default": "^5.0.0",
"octokit": "^2.0.10",
"pnpm-deduplicate": "^0.4.0",
"prettier": "^2.7.1",
"release-it": "^15.5.1",
"replace-in-file": "^6.3.5",
"sentences-per-line": "^0.2.1",
"ts-prune": "^0.10.3",
"typescript": "^4.8.4",
"vitest": "^0.23.4"
"vitest": "^0.23.4",
"yargs": "^17.6.2"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit ff33d79

Please sign in to comment.