Skip to content

ci: skip branch-name and commitlint checks for dependabot PRs#383

Merged
davidf-null merged 1 commit into
mainfrom
fix/dependabot-ci-checks
Jun 8, 2026
Merged

ci: skip branch-name and commitlint checks for dependabot PRs#383
davidf-null merged 1 commit into
mainfrom
fix/dependabot-ci-checks

Conversation

@null-paorodrigues

Copy link
Copy Markdown
Contributor

Summary

  • Agrega !startsWith(github.head_ref, 'dependabot/') a los jobs branch-name y commitlint
  • Mismo patrón que ya existe para release-please--
  • Los tests de infrastructure siguen corriendo normalmente para PRs de Dependabot

Por qué

Los PRs de Dependabot usan branches con formato dependabot/npm_and_yarn/... que no pasan la validación de branch name del repo. El commitlint también falla porque el runner no tiene acceso al historial completo de commits de Dependabot. Ambos checks son irrelevantes para PRs auto-generados.

Verificación

@davidf-null davidf-null merged commit 44ebda1 into main Jun 8, 2026
44 checks passed
@davidf-null davidf-null deleted the fix/dependabot-ci-checks branch June 8, 2026 19:17
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