Update workflow: Draft docs for new features#4421
Update workflow: Draft docs for new features#4421mintlify-development[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| - repo: "mintlify/docs" | ||
| slack_channels: | ||
| - id: "C0A25V4DHP1" | ||
| name: "test-mintie-bot" |
There was a problem hiding this comment.
YAML structure broken by misplaced block insertion
High Severity
The new context: and slack_channels: blocks were inserted in the middle of the on.push list, breaking the YAML frontmatter structure. This causes branch: main for mintlify/server and the entire mintlify/mint repo entry to be displaced under slack_channels instead of remaining under on.push. As a result, mintlify/server loses its branch filter (triggering on all branches), mintlify/mint is no longer a push trigger at all, and slack_channels contains nonsensical branch and repo properties.
Additional Locations (1)
| - repo: "mintlify/docs" | ||
| slack_channels: | ||
| - id: "C0A25V4DHP1" | ||
| name: "test-mintie-bot" |
There was a problem hiding this comment.
Test Slack channel added to production workflow
Medium Severity
The new slack_channels block references a channel named "test-mintie-bot" (ID C0A25V4DHP1), which appears to be a test channel. This is the only workflow in the repository using slack_channels or this channel ID. This looks like test/debug configuration that was accidentally included in the production workflow and would send notifications to a test channel instead of (or in addition to) the intended production channel.


Updates the workflow configuration at
.mintlify/workflows/draft-feature-docs.md.Note
Low Risk
Low risk configuration-only change to a Mintlify workflow; main risk is misconfiguration/indentation causing the workflow to stop triggering or notify the wrong Slack channel.
Overview
Updates
.mintlify/workflows/draft-feature-docs.mdto restructure workflow metadata, movingcontextto top-level and adding aslack_channelsentry (including a new test channel definition).Removes the previous
automerge: falsesetting and keeps Slack notifications configured vianotify.slack.channel_ids.Written by Cursor Bugbot for commit 7dd9656. This will update automatically on new commits. Configure here.