Update workflow#2498
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughUpdated the design gate workflow to реагировать only when the “Design and Development Status” field changes to Development.
WalkthroughThe enforce-design-gate GitHub Actions workflow was modified to change its trigger condition and enforcement logic. The trigger now activates on Sequence Diagram(s)sequenceDiagram
participant GitHub as GitHub Issues
participant Workflow as enforce-design-gate Workflow
participant Issue as Issue Comment API
GitHub->>Workflow: field_added event (Design and Development Status)
Workflow->>Workflow: Check field value equals Development
Workflow->>Workflow: Check issue has feature label
Workflow->>Workflow: Check for Design Done and Mail Sent labels
alt Required labels missing
Workflow->>Issue: Post warning comment with missing labels
else All labels present or not applicable
Workflow->>Workflow: Exit without action
end
Estimated code review effort: Medium Related PRs: None identified. Suggested labels: ci, github-actions Suggested reviewers: None identified. Poem A field once flipped from "labeled" to "field", ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Purpose
Goals
Approach
User stories
Documentation
Automation tests
Security checks
Samples
Related PRs
Test environment