Eduardo Valdes
Eduardo Valdes
**23.** Make sure to provide correct and meaningful information to the Pull Request.
**24.** Make sure all the validation (Unit-Testing) stages are completed and not failed. **Note**: It's possible that at times, some non-required tests might fail and you might still be able...
**25.** Make sure you review all your intermediate commits (while working out the details) and determine what is required/valuable and what is irrelevant so it can be purged (Squashed) from...
**26.** Perform a basic overview of the build focusing on the stages and tests that relate to your changes. Anything else that is not within your control/domain make sure is...
This external repo is now inserted in the file structure at: **.github/actions/remote-branch-action** in the **importing-gha** branch.
```console inputs.branch inputs.path ``` ```console matrix.os ``` ```console secrets.ALT_REPO_TOKEN secrets.SECONDARY_REPO_TOKEN ``` ```console steps.create-branch-action-second-repo.outputs.create-status steps.create-branch-action.outputs.create-status steps.create-branch.outputs.create_status steps.test-action-second-repo.outputs.create-status steps.test-action.outputs.create-status ```
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...
``` console devops: prime-reportstream (devsecops/emvaldes/remote-branch %) $ import-project.shell ; Project Configuration (file): josiahsiegel/remote-branch-action /Users/emvaldes/.local/.github/configs/josiahsiegel/remote-branch-action.json Vendor Name: JosiahSiegel Vendor Repository: remote-branch-action Vendor Version: v1.1.0 Vendor Commit: dbe7a2138eb064fbfdb980abee918091a7501fbe Project Owner: CDCgov Project...
``` console devops: remote-branch (devsecops/emvaldes/remote-branch) $ git push --set-upstream origin devsecops/emvaldes/remote-branch ; Enumerating objects: 18, done. Counting objects: 100% (18/18), done. Delta compression using up to 16 threads Compressing objects:...
GitHub Pull Request: https://github.com/CDCgov/prime-reportstream/pull/17022