mattermost-community / mattermost-plugin-welcomebot

Apache License 2.0
64 stars 41 forks source link

Create .gitpod.yml #91

Closed mickmister closed 2 years ago

mickmister commented 2 years ago

Summary

This PR makes it so when this repository is used to create a Gitpod workspace, the configuration used will be delegated to the mattermost-gitpod-config repo through its .gitpod.yml file.

This allows multiple repos to share the same Gitpod config, as well as keeping the commit history minimal in regards to the individual repos.

https://www.gitpod.io/docs/references/gitpod-yml https://www.gitpod.io/docs/multi-repo-workspaces

Ticket Link

Fixes https://mattermost.atlassian.net/browse/MM-43928