Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow to detect and gate API proposal // version: changes in src/vscode-dts/vscode.proposed.*.d.ts files, aiming to discourage unnecessary proposal version bumps and require explicit acknowledgement when they occur.
Changes:
- Introduces
API Proposal Version Checkworkflow triggered on PRs that touch proposed API d.ts files. - Detects proposal
// version:changes, posts/updates a PR warning comment, and fails the check unless an override comment is present. - Adds an
issue_commenttrigger intended to allow unblocking via a slash command.
|
No description provided.