Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiquity-os[bot] authored Jan 17, 2025
1 parent 58dcbb0 commit af5faaa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
13 changes: 13 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
15 changes: 13 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"type": "object",
"properties": {
"globalConfigUpdate": {
"description": "Updates all price labels across all tasks based on `baseRateMultiplier` changes within the config file.",
"type": "object",
"properties": {
"excludeRepos": {
"examples": ["repo-name", "no-owner-required"],
"description": "List of repositories to exclude from being updated",
"type": "array",
"items": {
"type": "string"
Expand All @@ -29,12 +32,13 @@
"type": "object",
"properties": {
"name": {
"description": "The display name of the label",
"examples": ["Time: <2 Hours", "Time: <1 Week"],
"description": "The display name of the label representing estimated task length",
"type": "string"
},
"collaboratorOnly": {
"default": false,
"description": "Whether the label is only available to collaborators",
"description": "Whether the task is only available for collaborators to be assigned",
"type": "boolean"
}
},
Expand All @@ -48,10 +52,13 @@
"type": "object",
"properties": {
"name": {
"examples": ["Priority: 1 (Normal)", "Priority: 5 (Emergency)"],
"description": "The display name of the label representing task priority",
"type": "string"
},
"collaboratorOnly": {
"default": false,
"description": "Whether the task is only available for collaborators to be assigned",
"type": "boolean"
}
},
Expand All @@ -61,7 +68,9 @@
}
},
"basePriceMultiplier": {
"examples": [1.5],
"default": 1,
"description": "The base price multiplier for all tasks",
"type": "number"
},
"publicAccessControl": {
Expand All @@ -70,10 +79,12 @@
"properties": {
"setLabel": {
"default": false,
"description": "Whether to allow anyone to set labels, false to perform permission validation",
"type": "boolean"
},
"fundExternalClosedIssue": {
"default": false,
"description": "Whether to allow funding external closed issues",
"type": "boolean"
},
"protectLabels": {
Expand Down

0 comments on commit af5faaa

Please sign in to comment.