Skip to content

Update workflow: Draft docs for new features#4421

Closed
mintlify-development[bot] wants to merge 1 commit into
mainfrom
workflows/update-draft-docs-for-new-features-1773420225216
Closed

Update workflow: Draft docs for new features#4421
mintlify-development[bot] wants to merge 1 commit into
mainfrom
workflows/update-draft-docs-for-new-features-1773420225216

Conversation

@mintlify-development
Copy link
Copy Markdown
Contributor

@mintlify-development mintlify-development Bot commented Mar 13, 2026

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.md to restructure workflow metadata, moving context to top-level and adding a slack_channels entry (including a new test channel definition).

Removes the previous automerge: false setting and keeps Slack notifications configured via notify.slack.channel_ids.

Written by Cursor Bugbot for commit 7dd9656. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

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"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

- repo: "mintlify/docs"
slack_channels:
- id: "C0A25V4DHP1"
name: "test-mintie-bot"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant