mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

Create .gitpod.yml #166

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