mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-07 14:47:14 +02:00
Merge branch 'github-pr-maintainers' into 'master'
Add the $maintainers to the PR's body instead of the commit See merge request archlinux/archlinux-docker!56
This commit is contained in:
commit
cce3f61a84
@ -281,11 +281,11 @@ publish:
|
|||||||
- 'git commit
|
- 'git commit
|
||||||
-m "archlinux: Release ${BUILD_VERSION}"
|
-m "archlinux: Release ${BUILD_VERSION}"
|
||||||
-m "This is an automated release [1]."
|
-m "This is an automated release [1]."
|
||||||
-m "Maintainers: ${maintainers}"
|
|
||||||
-m "[1] ${CI_PROJECT_URL}/-/blob/master/.gitlab-ci.yml"'
|
-m "[1] ${CI_PROJECT_URL}/-/blob/master/.gitlab-ci.yml"'
|
||||||
- git push -u origin "$head"
|
- git push -u origin "$head"
|
||||||
- gh pr create
|
- 'gh pr create
|
||||||
--repo docker-library/official-images
|
--repo docker-library/official-images
|
||||||
--fill
|
--title "$(git show --no-patch --format="%s")"
|
||||||
|
--body "$(printf "%s\n\n---\n\nMaintainers: ${maintainers}\n" "$(git show --no-patch --format="%b")")"
|
||||||
--base master
|
--base master
|
||||||
--head archlinux:"$head"
|
--head archlinux:"$head"'
|
||||||
|
Loading…
Reference in New Issue
Block a user