Skip to content

Ci/workflows - #2

Merged
Megueutu merged 4 commits into
mainfrom
ci/workflows
Aug 28, 2026
Merged

Ci/workflows#2
Megueutu merged 4 commits into
mainfrom
ci/workflows

Conversation

@Megueutu

Copy link
Copy Markdown
Contributor

Objetivo

  • Resolvendo problema dos workflows com o diretorio com nome incorreto (faltando um "s")
  • Atualizando workflow de cleanup para todas as branches sem PR aberta

Alterações

/workflow para /workflows

Closes #

GitHub Actions only picks up workflow files from .github/workflows
(plural), so files under .github/workflow were never actually running.
Previously the cleanup workflow only removed branches already merged
into main, so branches created and abandoned without ever being
merged (and without an open PR) were never cleaned up. Now every
push to main deletes any remote branch other than main/qa that does
not have an open pull request.
CopilotAI lite review requested due to automatic review settings August 28, 2026 12:30

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Megueutu
Megueutu merged commit 7d55550 into mainAug 28, 2026
@Megueutu
Megueutu deleted the ci/workflows branch August 28, 2026 13:03
Sign up for freeto 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.

3 participants

@Megueutu@EduardoRSilva5102