Refactor the gh/pr-create action
Currently the gh/pr-create action library has incorporated scripts within the action yaml. The cleaner way is to have the action commands in a shell script and use that script in the action library workflow.
Refactor the the gh/pr-create action to separate the commands into separate script file.
Refactor the
gh/pr-createactionCurrently the
gh/pr-createaction library has incorporated scripts within the action yaml. The cleaner way is to have the action commands in a shell script and use that script in the action library workflow.Refactor the the
gh/pr-createaction to separate the commands into separate script file.