Skip to content

Feature/esteiras GitHub actions#98

Open
RafaelFantinel wants to merge 28 commits into
developfrom
feature/esteiras-github-actions
Open

Feature/esteiras GitHub actions#98
RafaelFantinel wants to merge 28 commits into
developfrom
feature/esteiras-github-actions

Conversation

@RafaelFantinel

Copy link
Copy Markdown
Collaborator

No description provided.

@github-advanced-security

Copy link
Copy Markdown

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.

name: Push Image DockerHub
runs-on: ubuntu-latest
needs: [lint-styles, tests]
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Em que momento essa condição será verdadeira?

Analisando o tipo de trigger configurado:
pull_request:
types: [opened, reopened, synchronize]
branches:
- develop

Me parece que a lógica está inconsistente.

considerar adicionar o closed na trigger. [opened, reopened, synchronize, closed]

@@ -1,44 +0,0 @@
name: msSimulado

@danielhssouza danielhssouza Apr 6, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Porque estamos removendo a pipeline do main, essa alteração está considerando eventuais fluxos de hotfix? ou verificações de segurança em releases complexas?

Além disso como serão gerenciadas as tags para o main?.

@danielhssouza

Copy link
Copy Markdown
Collaborator

Qual problema estamos resolvendo com esse PR exatamente? senti falta de uma documentação de referência para entender o propósito dessas alterações, adicionar assim que possível.

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.

3 participants