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 -->';