File tree Expand file tree Collapse file tree 3 files changed +19
-25
lines changed
migrate/migrations/20250924 Expand file tree Collapse file tree 3 files changed +19
-25
lines changed Original file line number Diff line number Diff line change 1- cloudposse-github-actions/readme
2- cloudposse-github-actions/create-branch-from-tag
3- cloudposse-github-actions/screengrab
4- cloudposse-github-actions/composite-template
5- cloudposse-github-actions/screenshot
6- cloudposse-github-actions/string-transformer
7- cloudposse-github-actions/pr-comment-on-release
8- cloudposse-github-actions/test-action
9- cloudposse-github-actions/typescript-template
10- cloudposse-github-actions/get-pr
111cloudposse-github-actions/install-gh-releases
12- cloudposse-github-actions/security
13- cloudposse-github-actions/test
2+ cloudposse-github-actions/get-pr
3+ cloudposse-github-actions/typescript-template
4+ cloudposse-github-actions/pr-comment-on-release
5+ cloudposse-github-actions/string-transformer
6+ cloudposse-github-actions/screenshot
7+ cloudposse-github-actions/composite-template
8+ cloudposse-github-actions/screengrab
9+ cloudposse-github-actions/create-branch-from-tag
10+ cloudposse-github-actions/readme
Original file line number Diff line number Diff line change 11#! /bin/bash
22gh repo list cloudposse-github-actions --limit 500 --json name,owner \
3- --jq ' .[] | select(.name | test("^.github") | not) | .owner.login + "/" + .name' > repos.txt
3+ --jq ' .[] | select(.name | test("^.github") | not) | select(.name | test("^security") | not) | select(.name | test("^test") | not) | .owner.login + "/" + .name' > repos.txt
44
55split -d -l 16 repos.txt repos-
Original file line number Diff line number Diff line change 1- cloudposse-github-actions/readme
2- cloudposse-github-actions/create-branch-from-tag
3- cloudposse-github-actions/screengrab
4- cloudposse-github-actions/composite-template
5- cloudposse-github-actions/screenshot
6- cloudposse-github-actions/string-transformer
7- cloudposse-github-actions/pr-comment-on-release
8- cloudposse-github-actions/test-action
9- cloudposse-github-actions/typescript-template
10- cloudposse-github-actions/get-pr
111cloudposse-github-actions/install-gh-releases
12- cloudposse-github-actions/security
13- cloudposse-github-actions/test
2+ cloudposse-github-actions/get-pr
3+ cloudposse-github-actions/typescript-template
4+ cloudposse-github-actions/pr-comment-on-release
5+ cloudposse-github-actions/string-transformer
6+ cloudposse-github-actions/screenshot
7+ cloudposse-github-actions/composite-template
8+ cloudposse-github-actions/screengrab
9+ cloudposse-github-actions/create-branch-from-tag
10+ cloudposse-github-actions/readme
You can’t perform that action at this time.
0 commit comments