|
6 | 6 |
|
7 | 7 | ## Scripts
|
8 | 8 |
|
9 |
| -- [action-node-version](scripts/action-node-version) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-action-node-version) |
10 |
| - > Change Node version for JavaScript GitHub Actions |
11 |
| -- [cleanup-archived-repos](scripts/cleanup-archived-repos) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-cleanup-archived-repos) |
12 |
| - > Close issues/PRs in archived repositories |
13 |
| -- [codeql](scripts/codeql) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-codeql) |
14 |
| - > Add CodeQL GitHub Action workflow to repositories |
15 |
| -- [delete-forks](scripts/delete-forks) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-delete-forks) |
16 |
| - > Delete forked repositories |
17 |
| -- [delete-repo](scripts/delete-repo) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-delete-repo) |
18 |
| - > Delete repositories |
19 |
| -- [dependabot-config](scripts/dependabot-config) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-dependabot-config) |
20 |
| - > Apply [@dependabot](https://github.com/dependabot) config to repositories |
21 |
| -- [release-config](scripts/release-config) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-release-config) |
22 |
| - > Apply release config to repositories |
23 |
| -- [repository-labels](scripts/repository-labels) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-repository-labels) |
24 |
| - > Sync labels across repositories |
25 |
| -- [repository-settings](scripts/repository-settings) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-repository-settings) |
26 |
| - > Apply settings across repositories |
27 |
| -- [workflow-shas](scripts/workflow-shas) [](https://github.com/stoe/octoherd-scripts/pkgs/npm/octoherd-script-workflow-shas) |
28 |
| - > Replace Action versions with SHAs |
| 9 | +### [action-node-version](scripts/action-node-version) |
| 10 | + |
| 11 | +> Change Node version for JavaScript GitHub Actions |
| 12 | +
|
| 13 | +### [cleanup-archived-repos](scripts/cleanup-archived-repos) |
| 14 | + |
| 15 | +> Close issues/PRs in archived repositories |
| 16 | +
|
| 17 | +### [codeql](scripts/codeql) |
| 18 | + |
| 19 | +> Add CodeQL GitHub Action workflow to repositories |
| 20 | +
|
| 21 | +### [delete-forks](scripts/delete-forks) |
| 22 | + |
| 23 | +> Delete forked repositories |
| 24 | +
|
| 25 | +### [delete-repo](scripts/delete-repo) |
| 26 | + |
| 27 | +> Delete repositories |
| 28 | +
|
| 29 | +### [dependabot-config](scripts/dependabot-config) |
| 30 | + |
| 31 | +> Apply [@dependabot](https://github.com/dependabot) config to repositories |
| 32 | +
|
| 33 | +### [release-config](scripts/release-config) |
| 34 | + |
| 35 | +> Apply release config to repositories |
| 36 | +
|
| 37 | +### [repository-labels](scripts/repository-labels) |
| 38 | + |
| 39 | +> Sync labels across repositories |
| 40 | +
|
| 41 | +### [repository-secrets](scripts/repository-secrets) |
| 42 | + |
| 43 | +> Manage repository Action secrets and variables |
| 44 | +
|
| 45 | +### [repository-settings](scripts/repository-settings) |
| 46 | + |
| 47 | +> Apply settings across repositories |
| 48 | +
|
| 49 | +### [workflow-shas](scripts/workflow-shas) |
| 50 | + |
| 51 | +> Replace Action versions with SHAs |
29 | 52 |
|
30 | 53 | ## License
|
31 | 54 |
|
|
0 commit comments