https://github.com/neuronets/branch_setup_tm
This is a composite action for branch and action setup used in Trained-Models repo
https://github.com/neuronets/branch_setup_tm
Last synced: 3 months ago
JSON representation
This is a composite action for branch and action setup used in Trained-Models repo
- Host: GitHub
- URL: https://github.com/neuronets/branch_setup_tm
- Owner: neuronets
- License: mit
- Created: 2023-09-13T23:11:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T01:00:06.000Z (over 2 years ago)
- Last Synced: 2025-10-19T09:42:40.809Z (8 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Branch Setup and Issue Parser
This is a composite action used in the workflow of updating a model. This process is evident in Nobrainer's Trained-Models repository action course.
In addition, this composite action is used to compress the amount of code in a single workflow, and avoid duplication with the first workflow in Trained-models: Add a new model.
In summary, this action will:
Create a new branch for the issue linked.
Parse the issue form's information/text fields.
Save the parsed information to output variables to be used within the context of the calling workflow.