docs: agregar banner y optimizar CI para documentación#1
Merged
Conversation
- Agregar imagen cortex-banner.png como header visual - Reemplazar título de texto por banner gráfico
- Agregar paths-ignore para evitar CI innecesario - No ejecutar tests cuando solo cambia documentación
There was a problem hiding this comment.
Pull request overview
This pull request adds a professional visual banner to the README and optimizes the CI workflow to skip unnecessary test runs for documentation-only changes.
- Replaces the text-based README header with a graphical banner image
- Configures the CI workflow to ignore documentation files (*.md, docs/**, LICENSE, etc.) to reduce unnecessary pipeline executions
- Minor formatting improvement to use consistent italic syntax in image captions
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds banner image reference and improves formatting consistency for image caption |
| .github/workflows/ci.yml | Adds paths-ignore configuration to skip CI runs when only documentation changes |
| docs/images/cortex-banner.png | New banner image for README header (referenced but not shown in diff) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| paths-ignore: | ||
| - '**.md' | ||
| - 'docs/**' | ||
| - '.github/*.md' |
There was a problem hiding this comment.
The pattern '.github/*.md' is redundant because the '**.md' pattern on line 7 already matches all markdown files in any directory, including '.github/'. You can remove this line to simplify the configuration.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cambios
Banner del proyecto
cortex-banner.pngcomo header visual del READMEOptimización de CI
paths-ignoreal workflow para evitar ejecuciones innecesariasArchivos modificados
README.mddocs/images/cortex-banner.png(nuevo).github/workflows/ci.yml