Currently the GitHub action is dependent on all the steps being completed.
Expected: As once task is done it's added to the pull request and as another one is done that is added as well, so and so forth so even if some fail it will still create a pull request, it will sent a message on the PR about the final status i.e. x/n completed and I also want to make it easy to review the files so it should make a table summary for me to look for each repo where it shows me the data in a tabular manner for me to quickly review and also run something a test to validate the structural integrity of the data.
Currently the GitHub action is dependent on all the steps being completed.
Expected: As once task is done it's added to the pull request and as another one is done that is added as well, so and so forth so even if some fail it will still create a pull request, it will sent a message on the PR about the final status i.e. x/n completed and I also want to make it easy to review the files so it should make a table summary for me to look for each repo where it shows me the data in a tabular manner for me to quickly review and also run something a test to validate the structural integrity of the data.