Skip to content

Commit

Permalink
Added welcome bot in flyte boilerplate (flyteorg#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia authored May 31, 2021
1 parent 51f95eb commit ed507bb
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 7 deletions.
3 changes: 2 additions & 1 deletion flyteadmin/boilerplate/flyte/end2end/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

.PHONY: end2end_execute
end2end_execute:
./boilerplate/flyte/end2end/end2end.sh
./boilerplate/flyte/end2end/end2end.sh

2 changes: 1 addition & 1 deletion flyteadmin/boilerplate/flyte/end2end/end2end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ fi

make kustomize
make end2end_execute
popd
popd
1 change: 0 additions & 1 deletion flyteadmin/boilerplate/flyte/golang_test_targets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -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._

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion flyteadmin/boilerplate/update.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ flyte/golang_test_targets
flyte/golang_support_tools
flyte/pull_request_template
flyte/end2end
flyte/
flyte/welcome_bot
2 changes: 1 addition & 1 deletion flyteadmin/boilerplate/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ while read -r directory junk; do
fi
echo "***********************************************************************************"
echo ""
done < "$CONFIG_FILE"
done < "$CONFIG_FILE"
6 changes: 6 additions & 0 deletions flyteadmin/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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._

Expand Down

0 comments on commit ed507bb

Please sign in to comment.