-
Notifications
You must be signed in to change notification settings - Fork 4
Add yamllint to pre-commit config and markdownlint #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe pull request updates several configuration files. GitHub Actions workflows have been revised with changes to triggers, concurrency settings, shell defaults, job names, runner environments, and permissions. In addition, the labeler configuration has been updated with new branch and file patterns, while the pre-commit configuration gains additional hooks and repositories. Formatting and linting settings have been adjusted with reordered Prettier options and the addition of a new YAML linter config. The Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant GH as GitHub
participant WA as Workflow Engine
participant CM as Concurrency Manager
Dev->>GH: Push commit / Open PR
GH->>WA: Trigger relevant workflow (e.g., tests, lint, code analysis)
WA->>CM: Check concurrency group & cancel ongoing jobs if needed
WA->>WA: Execute workflow steps (checkout, build, test, analyze)
WA->>GH: Complete workflow run, update status
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (14)
✅ Files skipped from review due to trivial changes (5)
🔇 Additional comments (28)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Summary by CodeRabbit