mattermost-community / mattermost-plugin-bitbucket

Mattermost plugin for Bitbucket
Apache License 2.0
6 stars 16 forks source link

Create .gitpod.yml #83

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #83 (6fdf097) into master (efd6640) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   16.18%   16.18%           
=======================================
  Files          13       13           
  Lines        1853     1853           
=======================================
  Hits          300      300           
  Misses       1534     1534           
  Partials       19       19           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update efd6640...6fdf097. Read the comment docs.