mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
* Update docs-impact-review workflow with improved configuration - Include PR head SHA in concurrency group to avoid cancelling concurrent runs on different commits - Move permissions to workflow level - Remove Docs/Not Needed label skip condition from job if clause - Upgrade model to claude-sonnet-4-20250514 with increased max-turns (30→50) - Add Bash(ls*) to allowedTools - Add bug-fix pattern to no-docs-needed list - Refine security fix rule to skip docs unless externally observable contract change - Guard label addition behind !analysisFailed check Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Revert structural changes from #37084, keep prompt improvements Reverts the concurrency group SHA addition, permissions restructure, model/max-turns/tool changes, and label guard from #37084 as they are not needed. Keeps only the meaningful prompt changes: - Remove Docs/Not Needed label skip from job if condition - Add bug-fix pattern to no-docs-needed list - Refine security fix rule to skip docs unless externally observable contract change Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Restore Docs/Not Needed label skip condition Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update docs-impact-review workflow --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>