You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ended up with revision 3b21550 for
several Tasks in the acceptable bundles, seems that the `git log` method
was also listing the files that were brought in by merging the main
branch onto the pull request branch.
This switches to using GitHub CLI to search for a merged pull request
that contains the top commit (`$REVISION`), and then lists the changed
files in that pull request.
This should contain only the list of files that were changed in the pull
request and not any changed files in a merge commit.
Reference: https://issues.redhat.com/browse/EC-1015
0 commit comments