Add docs to Azure Devops pr scans#548
Conversation
📝 WalkthroughWalkthroughThis pull request adds documentation for Azure DevOps PR Scans functionality and updates the existing Azure DevOps integration guide with cross-references. A new page is introduced covering PR Scan triggering mechanisms, prerequisites, enablement steps via a toggle, and behavioral details. The documentation includes a feature comparison table, troubleshooting guidance for scan failures and status/comment issues, and a support checklist. The main Azure DevOps documentation is updated with a "Related Guides" section linking to the new PR Scans and AST Orchestrator guides. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/integrations/azure-devops-pr-scans.md (1)
127-127: 💤 Low valueAdd a final newline for markdown convention compliance.
Most markdown files and linters expect a newline character at the end of the file. While this doesn't affect rendering, it's a widely adopted convention.
📝 Suggested fix
Add a blank line after line 127.
- Approximate event timestamp +🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/integrations/azure-devops-pr-scans.md` at line 127, The file ends without a trailing newline; open docs/integrations/azure-devops-pr-scans.md, confirm the last visible line reads "Approximate event timestamp" and add a single blank newline character at EOF so the file ends with a final newline to satisfy markdown/linter conventions.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@docs/integrations/azure-devops-pr-scans.md`:
- Line 127: The file ends without a trailing newline; open
docs/integrations/azure-devops-pr-scans.md, confirm the last visible line reads
"Approximate event timestamp" and add a single blank newline character at EOF so
the file ends with a final newline to satisfy markdown/linter conventions.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: b915bfc2-f16f-4dbb-b4fa-1a4738103c6f
📒 Files selected for processing (2)
docs/integrations/azure-devops-pr-scans.mddocs/integrations/azure-devops.md
Add new doc to Azure Devops PR scans!