Need your feedback for research on evaluating automated conversion from Travis CI to GitHub Actions workflows#242
Open
nhossaincse wants to merge 1 commit intonerzhul:masterfrom
Open
Need your feedback for research on evaluating automated conversion from Travis CI to GitHub Actions workflows#242nhossaincse wants to merge 1 commit intonerzhul:masterfrom
nhossaincse wants to merge 1 commit intonerzhul:masterfrom
Conversation
Author
|
Dear Authors, I wanted to follow up on the PR. I understand reviewing research PRs may not be a priority, but even brief feedback on how well the converted GitHub Actions workflow captures the original Travis CI configuration would be incredibly helpful for my study. A simple 1-5 rating would be great and highly appreciated. Thank you! |
Author
|
Dear Authors, Apologies for the additional follow up, and wanted to gently check in once more regarding this research PR. If you have a moment, even brief feedback on whether the generated GitHub Actions workflow reflects your original Travis CI configuration would be extremely valuable for my study. A simple 1 to 5 rating (5 being the best) would be great and highly appreciated. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am doing research on evaluating automated conversion of CI configurations from Travis CI to GitHub Actions. As part of this study, a GitHub Actions workflow has been generated that aims to approximate the existing Travis CI configuration as closely as possible.
In this case, the generated workflow did not complete successfully during our test run, but we are still very interested in understanding how well the translated workflow reflects the structure and intent of your original Travis CI setup. Even if you do not have plans to migrate to GitHub Actions, I would greatly appreciate any feedback you can provide on how well this migrated workflow aligns with the original configuration. You may also give a five-point rating, which would be very helpful for the study.I just added the actions.yml file. Thank you.