Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/auto-assign-labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"labels": ["team/feature-flags", "feature/cohorts"]
},
{
"scopes": ["desktop", "tasks", "agent-proxy"],
"scopes": ["desktop", "tasks", "agent-proxy", "canvas"],
"labels": ["feature/desktop"]
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/label-pr-from-title.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ for (const scope of ['flag', 'feature-flag', 'feature_flags', 'feature_flag']) {
// to the shipped config so an edit that drops or mislabels one regresses
// loudly here. Asserts containment rather than the exact list so the rule can
// gain labels without breaking.
for (const scope of ['desktop', 'tasks', 'agent-proxy']) {
for (const scope of ['desktop', 'tasks', 'agent-proxy', 'canvas']) {
test(`the shipped config maps the ${scope} scope to the desktop label`, () => {
assert.ok(
labelsForTitle(`feat(${scope}): x`, loadRules()).includes('feature/desktop'),
Expand Down
Loading