Add GitCompare workflow and CommitHunter script for build comparison#1051
Conversation
✅ Deploy Preview for eclipsefdn-adoptium-trss canceled.
|
/gitcompare
|
514b79a to
ab04335
Compare
/gitcompare
|
51adeb6 to
c55b6aa
Compare
|
Here is sample command: |
|
Thanks @ShantKhatri . In the description, we have both |
81c0b72 to
862a020
Compare
Thanks @llxia . I have updated the PR description and have squashed all commits into one by changing the commit message according to Adoptium's contributor guide. |
This implementation have added workflow which is for to run the github action and have script file which is to parse the java -version out of the comment in the pull request. Fixes: adoptium#1043 Signed-off-by: Prashantkumar Khatri <khatri2105104@st.jmi.ac.in> Moved commit_hunter.sh from .github to root folder Enhance GitCompare workflow: add error handling, improve output logging, and ensure permissions for pull requests Update GitCompare command parsing: change command prefix to '.ch_gitcompare' and improve error messages for invalid formats Moved parse-comment Logic from yml file to shell script Fixes: adoptium#1043 Signed-off-by: Prashantkumar Khatri <khatri2105104@st.jmi.ac.in> Revert "Moved parse-comment Logic from yml file to shell script" This reverts commit c156891.
193f747 to
3ea5d9e
Compare
|
@RashmiLnu, if you worked on this PR, please add yourself as a co-author. Thanks https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors |
Fixes #1043
The implemented workflow lists repo SHA compare.
To trigger the GitCompare action, comment the good and bad build java -version, which should be in the format of:
.ch_gitcompare --good_build <good_build> --bad_build <bad_build>