You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix two broken references introduced by the workflows → automations rename (#6227).
Changes
Add snippets/gitlab-automation-setup.mdx so the import GitlabAutomationSetup from '/snippets/gitlab-automation-setup.mdx' statements in automations/create.mdx and automations/manage.mdx resolve. The new snippet mirrors snippets/gitlab-workflow-setup.mdx with automation terminology.
Fix the broken /cli/commands#mint-automation anchor in automations/manage.mdx to point at the existing #mint-workflow anchor in cli/commands.mdx.
Context
A spelling, grammar, duplicate-word, and formatting scan of the in-scope English files (automations/*.mdx, guides/use-automations.mdx) surfaced no prose issues — only the two reference errors above. All 58 broken links reported by mint broken-links are pre-existing in localized es/, fr/, and zh/ files outside the rename scope and were left untouched.
Note
Low Risk
Documentation-only fixes with no runtime or security impact.
Overview
Restores documentation links broken by the workflows → automations rename.
Adds snippets/gitlab-automation-setup.mdx so the GitlabAutomationSetup imports in automations/create.mdx and automations/manage.mdx resolve again. The snippet documents GitLab OAuth connection, Maintainer access, and the paid-tier requirement for project access tokens.
Updates the CLI tip in automations/manage.mdx so mint automation points at the existing #mint-workflow heading instead of the removed #mint-automation anchor.
Reviewed by Cursor Bugbot for commit 8269b8f. Bugbot is set up for automated code reviews on this repo. Configure here.
💡 Tip: Enable Workflows to automatically generate PRs for you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix two broken references introduced by the workflows → automations rename (#6227).
Changes
snippets/gitlab-automation-setup.mdxso theimport GitlabAutomationSetup from '/snippets/gitlab-automation-setup.mdx'statements inautomations/create.mdxandautomations/manage.mdxresolve. The new snippet mirrorssnippets/gitlab-workflow-setup.mdxwith automation terminology./cli/commands#mint-automationanchor inautomations/manage.mdxto point at the existing#mint-workflowanchor incli/commands.mdx.Context
A spelling, grammar, duplicate-word, and formatting scan of the in-scope English files (
automations/*.mdx,guides/use-automations.mdx) surfaced no prose issues — only the two reference errors above. All 58 broken links reported bymint broken-linksare pre-existing in localizedes/,fr/, andzh/files outside the rename scope and were left untouched.Note
Low Risk
Documentation-only fixes with no runtime or security impact.
Overview
Restores documentation links broken by the workflows → automations rename.
Adds
snippets/gitlab-automation-setup.mdxso theGitlabAutomationSetupimports inautomations/create.mdxandautomations/manage.mdxresolve again. The snippet documents GitLab OAuth connection, Maintainer access, and the paid-tier requirement for project access tokens.Updates the CLI tip in
automations/manage.mdxsomint automationpoints at the existing#mint-workflowheading instead of the removed#mint-automationanchor.Reviewed by Cursor Bugbot for commit 8269b8f. Bugbot is set up for automated code reviews on this repo. Configure here.