diff --git a/flyteadmin/boilerplate/flyte/end2end/Makefile b/flyteadmin/boilerplate/flyte/end2end/Makefile index eb3cc4800c..3ca4fc5bbe 100644 --- a/flyteadmin/boilerplate/flyte/end2end/Makefile +++ b/flyteadmin/boilerplate/flyte/end2end/Makefile @@ -5,4 +5,5 @@ .PHONY: end2end_execute end2end_execute: - ./boilerplate/flyte/end2end/end2end.sh \ No newline at end of file + ./boilerplate/flyte/end2end/end2end.sh + \ No newline at end of file diff --git a/flyteadmin/boilerplate/flyte/end2end/end2end.sh b/flyteadmin/boilerplate/flyte/end2end/end2end.sh index 4d2ddcb18a..b2492de01c 100755 --- a/flyteadmin/boilerplate/flyte/end2end/end2end.sh +++ b/flyteadmin/boilerplate/flyte/end2end/end2end.sh @@ -31,4 +31,4 @@ fi make kustomize make end2end_execute -popd \ No newline at end of file +popd diff --git a/flyteadmin/boilerplate/flyte/golang_test_targets/Makefile b/flyteadmin/boilerplate/flyte/golang_test_targets/Makefile index 0c82ec53f0..21d8b5b776 100644 --- a/flyteadmin/boilerplate/flyte/golang_test_targets/Makefile +++ b/flyteadmin/boilerplate/flyte/golang_test_targets/Makefile @@ -51,4 +51,3 @@ test_unit_visual: test_unit_codecov: go test ./... -race -coverprofile=coverage.txt -covermode=atomic curl -s https://codecov.io/bash > codecov_bash.sh && bash codecov_bash.sh - diff --git a/flyteadmin/boilerplate/flyte/pull_request_template/Readme.rst b/flyteadmin/boilerplate/flyte/pull_request_template/Readme.rst index a733aa2c6b..ee54437252 100644 --- a/flyteadmin/boilerplate/flyte/pull_request_template/Readme.rst +++ b/flyteadmin/boilerplate/flyte/pull_request_template/Readme.rst @@ -5,4 +5,4 @@ Provides a Pull Request template. **To Enable:** -Add ``flyte/golang_test_targets`` to your ``boilerplate/update.cfg`` file. +Add ``flyteorg/golang_test_targets`` to your ``boilerplate/update.cfg`` file. diff --git a/flyteadmin/boilerplate/flyte/pull_request_template/pull_request_template.md b/flyteadmin/boilerplate/flyte/pull_request_template/pull_request_template.md index 7b96078dcf..d7699558be 100644 --- a/flyteadmin/boilerplate/flyte/pull_request_template/pull_request_template.md +++ b/flyteadmin/boilerplate/flyte/pull_request_template/pull_request_template.md @@ -1,3 +1,9 @@ +## Read then delete + +- Make sure to use a concise title for the pull-request. +- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version +will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump) + # TL;DR _Please replace this text with a description of what this PR accomplishes._ diff --git a/flyteadmin/boilerplate/flyte/Readme.rst b/flyteadmin/boilerplate/flyte/welcome_bot/Readme.rst similarity index 100% rename from flyteadmin/boilerplate/flyte/Readme.rst rename to flyteadmin/boilerplate/flyte/welcome_bot/Readme.rst diff --git a/flyteadmin/boilerplate/flyte/config.yml b/flyteadmin/boilerplate/flyte/welcome_bot/config.yml similarity index 100% rename from flyteadmin/boilerplate/flyte/config.yml rename to flyteadmin/boilerplate/flyte/welcome_bot/config.yml diff --git a/flyteadmin/boilerplate/flyte/update.sh b/flyteadmin/boilerplate/flyte/welcome_bot/update.sh similarity index 88% rename from flyteadmin/boilerplate/flyte/update.sh rename to flyteadmin/boilerplate/flyte/welcome_bot/update.sh index c04debde54..2db64ac3f1 100755 --- a/flyteadmin/boilerplate/flyte/update.sh +++ b/flyteadmin/boilerplate/flyte/welcome_bot/update.sh @@ -11,4 +11,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" # Clone the config.yml file echo " - copying ${DIR}/config.yml to the root directory." -cp "${DIR}"/config.yml "${DIR}"/../../.github/config.yml +cp "${DIR}"/config.yml "${DIR}"/../../../.github/config.yml + diff --git a/flyteadmin/boilerplate/update.cfg b/flyteadmin/boilerplate/update.cfg index a60deeb6eb..dadca461c3 100644 --- a/flyteadmin/boilerplate/update.cfg +++ b/flyteadmin/boilerplate/update.cfg @@ -3,4 +3,4 @@ flyte/golang_test_targets flyte/golang_support_tools flyte/pull_request_template flyte/end2end -flyte/ +flyte/welcome_bot diff --git a/flyteadmin/boilerplate/update.sh b/flyteadmin/boilerplate/update.sh index 73de4dc91c..9173b662de 100755 --- a/flyteadmin/boilerplate/update.sh +++ b/flyteadmin/boilerplate/update.sh @@ -70,4 +70,4 @@ while read -r directory junk; do fi echo "***********************************************************************************" echo "" -done < "$CONFIG_FILE" +done < "$CONFIG_FILE" \ No newline at end of file diff --git a/flyteadmin/pull_request_template.md b/flyteadmin/pull_request_template.md index 7b96078dcf..d7699558be 100644 --- a/flyteadmin/pull_request_template.md +++ b/flyteadmin/pull_request_template.md @@ -1,3 +1,9 @@ +## Read then delete + +- Make sure to use a concise title for the pull-request. +- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version +will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump) + # TL;DR _Please replace this text with a description of what this PR accomplishes._