zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.11k stars 102 forks source link

README.md: Add lab.toml example #807

Closed prarit closed 2 years ago

prarit commented 2 years ago

Add an example lab.toml file.

Fix: 805

Signed-off-by: Prarit Bhargava prarit@redhat.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #807 (29c5b88) into master (e0cfa33) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #807      +/-   ##
==========================================
- Coverage   54.56%   54.51%   -0.05%     
==========================================
  Files          77       77              
  Lines        5698     5723      +25     
==========================================
+ Hits         3109     3120      +11     
- Misses       2302     2311       +9     
- Partials      287      292       +5     
Impacted Files Coverage Δ
cmd/issue_show.go 86.86% <0.00%> (-4.05%) :arrow_down:
cmd/show_common.go 78.26% <0.00%> (-3.61%) :arrow_down:
cmd/mr_show.go 63.57% <0.00%> (-0.71%) :arrow_down:
cmd/fork.go 63.15% <0.00%> (+5.26%) :arrow_up:

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 e0cfa33...29c5b88. Read the comment docs.

prarit commented 2 years ago

@bmeneg what do you think of it 'inline' https://github.com/prarit/lab/tree/lab_toml_example ?

bmeneg commented 2 years ago

@prarit I think it makes sense.

prarit commented 2 years ago

@prarit I think it makes sense.

Okay, marking as ready.