mattermost-community / mattermost-plugin-jitsi

Jitsi plugin for Mattermost :electric_plug:
Apache License 2.0
195 stars 90 forks source link

Create .gitpod.yml #212

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