Rename & move auto PR template into .github directory
This commit is contained in:
parent
67278e2dc2
commit
488cb7069f
|
@ -64,7 +64,7 @@ jobs:
|
|||
do
|
||||
export RELEASE_BRANCH=$BRANCH # needed for envsubst
|
||||
PR_BODY_FILE=pr_body.txt
|
||||
cat ci/main-release-pr-body.md | envsubst > $PR_BODY_FILE
|
||||
cat .github/auto-main-into-release-pr-body.md | envsubst > $PR_BODY_FILE
|
||||
cat $PR_BODY_FILE # for debugging
|
||||
|
||||
# This PR will be assigned to $GITHUB_ACTOR, which should be
|
||||
|
|
Loading…
Reference in New Issue