├── .gitignore ├── LICENSE ├── README.md ├── documentation └── screenshot.png ├── publish.sh └── template.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | packaged.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symphoniacloud/codepipeline-chatbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symphoniacloud/codepipeline-chatbot/HEAD/README.md -------------------------------------------------------------------------------- /documentation/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symphoniacloud/codepipeline-chatbot/HEAD/documentation/screenshot.png -------------------------------------------------------------------------------- /publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symphoniacloud/codepipeline-chatbot/HEAD/publish.sh -------------------------------------------------------------------------------- /template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symphoniacloud/codepipeline-chatbot/HEAD/template.yaml --------------------------------------------------------------------------------