prime-reportstream icon indicating copy to clipboard operation
prime-reportstream copied to clipboard

Importing JosiahSiegel GHA: [email protected]

Open emvaldes opened this issue 1 year ago • 1 comments

workflow-housekeeper (v1.1.0) -> 731cc20bb613208b34efb6ac74aab4ba147abb50

emvaldes avatar Oct 08 '24 17:10 emvaldes

This external repo is now inserted in the file structure at: .github/actions/workflow-housekeeper in the importing-gha branch.

emvaldes avatar Oct 08 '24 17:10 emvaldes

$GITHUB_STEP_SUMMARY
github.action_path
github.repository
inputs.dry-run
inputs.ignore-branch-workflows
inputs.retain-run-count
inputs.retention-time
secrets.GITHUB_TOKEN
steps.local-action.outputs.housekeeping_output

emvaldes avatar Oct 12 '24 22:10 emvaldes

This GitHub Action (targeted to be imported as a remote/external) is no longer in consideration until we can further evaluate if they are worth the effort to be imported at a later stage.

Warning: I have placed it into the "IceBox" stage as it is out of scope for now.

emvaldes avatar Oct 22 '24 02:10 emvaldes

devops: remote-branch (main %=) $ git checkout -b devsecops/emvaldes/workflow-housekeeper ;
Switched to a new branch 'devsecops/emvaldes/workflow-housekeeper'

emvaldes avatar Jan 08 '25 23:01 emvaldes

devops: actions (devsecops/emvaldes/workflow-housekeeper) $ import-project.shell ;

Project Configuration (file): josiahsiegel/workflow-housekeeper /Users/emvaldes/.local/.github/configs/josiahsiegel/workflow-housekeeper.json

Vendor Name: JosiahSiegel Vendor Repository: workflow-housekeeper Vendor Version: Vendor Commit: 731cc20bb613208b34efb6ac74aab4ba147abb50 Project Owner: CDCgov Project Repo: prime-reportstream GitHub Action: workflow-housekeeper Project Author: emvaldes

Content Changes: [ { "search": "JosiahSiegel/workflow-housekeeper/actions/", "replace": "CDCgov/prime-reportstream/.github/actions/workflow-housekeeper/" }, { "search": "JosiahSiegel/workflow-housekeeper", "replace": "CDCgov/prime-reportstream/.github/actions/workflow-housekeeper" }, { "search": "", "replace": "731cc20bb613208b34efb6ac74aab4ba147abb50" }, { "search": "actions/workflow-housekeeper/workflows/", "replace": "workflows/workflow-housekeeper--" } ]

total 0 drwxr-xr-x 2 emvaldes staff 64 Jan 8 16:58 . drwxr-xr-x 31 emvaldes staff 992 Jan 8 16:58 ..

Target branch: devsecops/emvaldes/workflow-housekeeper

On branch devsecops/emvaldes/workflow-housekeeper nothing to commit, working tree clean

Cloning Repository: https://github.com/JosiahSiegel/workflow-housekeeper.git

Cloning into '.'... remote: Enumerating objects: 91, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (3/3), done. remote: Total 91 (delta 4), reused 3 (delta 3), pack-reused 85 (from 1) Receiving objects: 100% (91/91), 22.68 KiB | 309.00 KiB/s, done. Resolving deltas: 100% (28/28), done.

Warning: Performing GitHub hard-reset.

HEAD is now at 731cc20 Merge pull request #1 from JosiahSiegel/dependabot/github_actions/actions/checkout-4

Warning: Listing Git-log summary: ...

  • 731cc20 (HEAD -> main, tag: v1.1.0, origin/main, origin/HEAD) Merge pull request #1 from JosiahSiegel/dependabot/github_actions/actions/checkout-4 |\
    | * b96d13c Bump actions/checkout from 3 to 4 |/
  • 2f3cc31 Create dependabot.yml
  • f73f78d (tag: v1.0.4) prevent rate limit
  • 8f98db9 (tag: v1.0.3) bash formatting
  • dc299c2 update readme
  • d01fcac enhance dry run
  • 5f1d4e0 (tag: v1.0.2) readme update
  • 7afb7f5 (tag: v1.0.1) readme update
  • c9821e6 (tag: v1.0.0) optimize test workflow
  • 3859c3b update readme
  • 6ca27e2 time threshold
  • 8855251 update github auth
  • f6b67c0 only permit local repo
  • 39f5aa6 enable shell execute permissions
  • b4ae3b1 workflow test run on push
  • 08de039 readme update
  • dcabdd3 init

On branch devsecops/emvaldes/workflow-housekeeper Untracked files: (use "git add ..." to include in what will be committed) ./

nothing added to commit but untracked files present (use "git add" to track)

On branch devsecops/emvaldes/workflow-housekeeper Changes to be committed: (use "git restore --staged ..." to unstage) new file: .gitignore new file: README.md new file: action.yml new file: lib/housekeeper.sh

Warning: Importing default repository configuration

[devsecops/emvaldes/workflow-housekeeper 54ba9fe05] Importing JosiahSiegel/workflow-housekeeper default state. 4 files changed, 172 insertions(+) create mode 100644 .github/actions/workflow-housekeeper/.gitignore create mode 100644 .github/actions/workflow-housekeeper/README.md create mode 100644 .github/actions/workflow-housekeeper/action.yml create mode 100755 .github/actions/workflow-housekeeper/lib/housekeeper.sh

On branch devsecops/emvaldes/workflow-housekeeper nothing to commit, working tree clean

total 24 drwxr-xr-x 8 emvaldes staff 256 Jan 8 16:58 . drwxr-xr-x 31 emvaldes staff 992 Jan 8 16:58 .. -rw-r--r-- 1 emvaldes staff 26 Jan 8 16:58 .gitignore -rw-r--r-- 1 emvaldes staff 1640 Jan 8 16:58 README.md drwxr-xr-x 13 emvaldes staff 416 Jan 8 16:58 _git drwxr-xr-x 4 emvaldes staff 128 Jan 8 16:58 _github -rw-r--r-- 1 emvaldes staff 1340 Jan 8 16:58 action.yml drwxr-xr-x 3 emvaldes staff 96 Jan 8 16:58 lib

Warning: Processing Target-Files ...

Warning: File: ./README.md

On branch devsecops/emvaldes/workflow-housekeeper Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: README.md

no changes added to commit (use "git add" and/or "git commit -a")

[devsecops/emvaldes/workflow-housekeeper 6d016161f] Appending default configuration changes. 1 file changed, 1 insertion(+), 1 deletion(-) On branch devsecops/emvaldes/workflow-housekeeper nothing to commit, working tree clean

emvaldes avatar Jan 09 '25 00:01 emvaldes

devops: actions (devsecops/emvaldes/workflow-housekeeper) $ git push --set-upstream origin devsecops/emvaldes/workflow-housekeeper ;
Enumerating objects: 19, done.
Counting objects: 100% (19/19), done.
Delta compression using up to 16 threads
Compressing objects: 100% (14/14), done.
Writing objects: 100% (16/16), 2.98 KiB | 1.49 MiB/s, done.
Total 16 (delta 8), reused 1 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (8/8), completed with 3 local objects.
remote: 
remote: Create a pull request for 'devsecops/emvaldes/workflow-housekeeper' on GitHub by visiting:
remote:      https://github.com/CDCgov/prime-reportstream/pull/new/devsecops/emvaldes/workflow-housekeeper
remote: 
To https://github.com/CDCgov/prime-reportstream.git
 * [new branch]          devsecops/emvaldes/workflow-housekeeper -> devsecops/emvaldes/workflow-housekeeper
branch 'devsecops/emvaldes/workflow-housekeeper' set up to track 'origin/devsecops/emvaldes/workflow-housekeeper'.

emvaldes avatar Jan 09 '25 00:01 emvaldes