chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-16 06:58:30 +00:00
parent f7645b8fc4
commit 5051426463
5 changed files with 180 additions and 2 deletions
@@ -559,7 +559,11 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issueNumber: context.issue.number,
desiredLabels: new Set(['external-plugin', 'ready-for-review'])
desiredLabels: new Set([
'external-plugin',
'ready-for-review',
...(labelNames.has('external-plugin-canvas') ? ['external-plugin-canvas'] : [])
])
});
const marker = '<!-- external-plugin-mark-ready-override -->';
+4
View File
@@ -44,6 +44,10 @@ jobs:
color: 'FEF2C0',
description: 'Public external plugin submission'
},
'external-plugin-canvas': {
color: '1D76DB',
description: 'External plugin submission includes a canvas extension'
},
'hooks': {
color: 'C2E0C6',
description: 'PR touches hooks'