mattermost-community / mattermost-plugin-autolink

Automatically rewrite text matching a regular expression into a markdown link.
Apache License 2.0
131 stars 57 forks source link

Create .gitpod.yml #191

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 #191 (70797a3) into master (0d3ca5f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #191   +/-   ##
=======================================
  Coverage   40.79%   40.79%           
=======================================
  Files           6        6           
  Lines         679      679           
=======================================
  Hits          277      277           
  Misses        382      382           
  Partials       20       20           

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 0d3ca5f...70797a3. Read the comment docs.