-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Automatically enable for new repositories" when enabling on org level (
#118) * Bash script wrapper. Enable features on org level. * Updated readme; limit 10 orgs in cli list * fix Actions permissions endpoint * Removed comments * Info on .env file creation * auto enable on new repos; remove build from tasks * yarn lock update
- Loading branch information
Showing
7 changed files
with
130 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -333,6 +333,7 @@ | |
minimatch "^3.1.2" | ||
strip-json-comments "^3.1.1" | ||
|
||
|
||
"@eslint/[email protected]": | ||
version "8.39.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b" | ||
|
@@ -764,6 +765,7 @@ | |
"@octokit/types" "^9.0.0" | ||
bottleneck "^2.15.3" | ||
|
||
|
||
"@octokit/plugin-throttling@^5.1.1": | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-5.1.1.tgz#7e7ff4646a8ad622d34d9e0c5be7a7e6ea35ba10" | ||
|
@@ -806,7 +808,7 @@ | |
integrity sha512-xySzJG4noWrIBFyMu4lg4tu9vAgNg9S0aoLRONhAEz6ueyi1evBzb40HitIosaYS4XOexphG305IVcLrIX/30g== | ||
dependencies: | ||
"@octokit/openapi-types" "^17.1.0" | ||
|
||
"@sinclair/typebox@^0.25.16": | ||
version "0.25.24" | ||
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz" | ||
|
@@ -846,6 +848,7 @@ | |
resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz" | ||
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== | ||
|
||
|
||
"@tsconfig/node18@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@tsconfig/node18/-/node18-2.0.0.tgz#58b52430d00913dc26c4459fbc7f05396e47886a" | ||
|
@@ -854,6 +857,7 @@ | |
"@types/aws-lambda@^8.10.114": | ||
version "8.10.114" | ||
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.114.tgz#4048273ebcd517dd118ecaa34b1368d275b6c7ad" | ||
|
||
integrity sha512-M8WpEGfC9iQ6V2Ccq6nGIXoQgeVc6z0Ngk8yCOL5V/TYIxshvb0MWQYLFFTZDesL0zmsoBc4OBjG9DB/4rei6w== | ||
|
||
"@types/babel__core@^7.1.14": | ||
|
@@ -1006,6 +1010,7 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
|
||
"@typescript-eslint/eslint-plugin@^5.59.2": | ||
version "5.59.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz#684a2ce7182f3b4dac342eef7caa1c2bae476abd" | ||
|
@@ -1022,6 +1027,7 @@ | |
semver "^7.3.7" | ||
tsutils "^3.21.0" | ||
|
||
|
||
"@typescript-eslint/parser@^5.59.2": | ||
version "5.59.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8" | ||
|
@@ -1040,6 +1046,7 @@ | |
"@typescript-eslint/types" "5.57.0" | ||
"@typescript-eslint/visitor-keys" "5.57.0" | ||
|
||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.59.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c" | ||
|
@@ -2690,6 +2697,12 @@ natural-compare@^1.4.0: | |
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" | ||
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== | ||
|
||
node-bin-setup@^1.0.0: | ||
version "1.1.3" | ||
resolved "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.3.tgz" | ||
integrity sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg== | ||
|
||
|
||
node-fetch@^2.6.7: | ||
version "2.6.9" | ||
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz" | ||
|
@@ -2707,6 +2720,14 @@ node-releases@^2.0.8: | |
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz" | ||
integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== | ||
|
||
node@^19.8.1: | ||
version "19.8.1" | ||
resolved "https://registry.npmjs.org/node/-/node-19.8.1.tgz" | ||
integrity sha512-qAoX6xM9F/eEv4q4qgCXGSbXWruHVzVJX32XCZizSUNsg5ywYY7di9QMqSDFmPwvJrXjZuhNq2z80+lR9GumLg== | ||
dependencies: | ||
node-bin-setup "^1.0.0" | ||
|
||
|
||
normalize-path@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" | ||
|
@@ -2859,6 +2880,7 @@ prettier@^2.8.8: | |
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" | ||
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== | ||
|
||
|
||
pretty-format@^29.0.0, pretty-format@^29.5.0: | ||
version "29.5.0" | ||
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz" | ||
|
@@ -3134,6 +3156,7 @@ tr46@~0.0.3: | |
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" | ||
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== | ||
|
||
|
||
ts-jest@^29.1.0: | ||
version "29.1.0" | ||
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891" | ||
|