Skip to content

Commit

Permalink
fetch the source branch for generating the shortlog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Feb 28, 2024
1 parent dc6ef4b commit b3aa70d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/openshift-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ jobs:
git submodule update
cd fedora-coreos-config
# the submodule init only fetch the submodule commit and the default branch `testing-devel`
git fetch origin ${SOURCE_BRANCH}
# Omit CoreOS Bot commits from the log message, since they generally
# only affect FCOS
git shortlog "HEAD..$SOURCE_BRANCH" --perl-regexp \
git shortlog "HEAD..FETCH_HEAD" --perl-regexp \
--author='^((?!CoreOS Bot <[email protected]>).*)$' \
> $RUNNER_TEMP/shortlog
Expand Down

0 comments on commit b3aa70d

Please sign in to comment.