.github: get metadata included in the generated PRs

We need to get metadata included in the generated pull requests.
This commit is contained in:
Dongsu Park 2020-03-31 08:52:46 +02:00 committed by Kai Lüke
parent e10e7e45b7
commit 8bd2c35747
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ enter /mnt/host/source/src/scripts/update_metadata --commit coreos
# We can only create the actual commit in the actual source directory, not under the SDK.
# So create a format-patch, and apply to the actual source.
git add dev-lang/go/go-${VERSION_NEW}*
git add dev-lang/go/go-${VERSION_NEW}* metadata
git commit -a -m "dev-lang/go: Upgrade Go ${versionOld} to ${VERSION_NEW}"
git format-patch -1 --stdout HEAD > "${branch}".patch
popd || exit

View File

@ -26,7 +26,7 @@ enter /mnt/host/source/src/scripts/update_metadata --commit coreos
# We can only create the actual commit in the actual source directory, not under the SDK.
# So create a format-patch, and apply to the actual source.
git add sys-kernel/coreos-*
git add sys-kernel/coreos-* metadata
git commit -a -m "sys-kernel: Upgrade Linux ${versionOld} to ${VERSION_NEW}"
git format-patch -1 --stdout HEAD > "${branch}".patch
popd || exit