Skip to content

Commit

Permalink
Welcome bot (#18)
Browse files Browse the repository at this point in the history
* Welcome Bot Message

Signed-off-by: samhita-alla <[email protected]>

* Modified update.sh -- in sync with flyteorg/boilerplate repo

Signed-off-by: samhita-alla <[email protected]>

* Added .gitignore file

Signed-off-by: samhita-alla <[email protected]>

* Modified .gitignore file

Signed-off-by: samhita-alla <[email protected]>

* Modified the PR message

Signed-off-by: samhita-alla <[email protected]>

* Modified the PR message

Signed-off-by: samhita-alla <[email protected]>

* Update Boilerplate

Signed-off-by: Samhita Alla <[email protected]>

* Updated permissions of update.sh file

Signed-off-by: Samhita Alla <[email protected]>

* Updated update.sh

Signed-off-by: Samhita Alla <[email protected]>

* Modified config.yml path in update.sh

Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Apr 23, 2021
1 parent b3b8bf8 commit 8112232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate-repo/boilerplate/flyte/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ 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

0 comments on commit 8112232

Please sign in to comment.