this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add ability to set labels

pomdtr e96b1b2d e256d876

+7
+7
schemas/manifest.schema.json
··· 9 9 "root": { 10 10 "description": "The root directory of the project", 11 11 "type": "string" 12 + }, 13 + "labels": { 14 + "description": "Labels for the project", 15 + "type": "object", 16 + "additionalProperties": { 17 + "type": "string" 18 + } 12 19 } 13 20 } 14 21 }