Skip to content

Conversation

@DeepRatAI
Copy link
Owner

Cambios

Banner del proyecto

  • Agregar imagen cortex-banner.png como header visual del README
  • Reemplazar título de texto por banner gráfico profesional

Optimización de CI

  • Agregar paths-ignore al workflow para evitar ejecuciones innecesarias
  • No ejecutar tests cuando solo cambia documentación (*.md, docs/**, LICENSE, etc.)

Archivos modificados

  • README.md
  • docs/images/cortex-banner.png (nuevo)
  • .github/workflows/ci.yml

- 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
Copilot AI review requested due to automatic review settings December 30, 2025 15:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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'
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@DeepRatAI DeepRatAI changed the title Feature/add banner docs: agregar banner y optimizar CI para documentación Dec 30, 2025
@DeepRatAI DeepRatAI merged commit 3354f1a into main Dec 30, 2025
10 checks passed
@DeepRatAI DeepRatAI deleted the feature/add-banner branch December 30, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants