-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase #3
Rebase #3
Conversation
Guia do Revisor por SourceryEste pull request introduz uma nova seção nos arquivos README que exibe uma lista de contribuidores do projeto e adiciona um workflow para marcar pull requests obsoletos. Diagrama de sequência para workflow de PR obsoletosequenceDiagram
participant GH as GitHub Actions
participant PR as Pull Request
participant C as Contributors
Note over GH: Tarefa cron diária às 00:00 UTC
GH->>PR: Verificar última atividade do PR
alt PR inativo por 60+ dias
GH->>PR: Adicionar label 'Obsoleto'
GH->>PR: Adicionar mensagem de aviso
alt Sem atividade por mais 7 dias
GH->>PR: Fechar PR
GH->>PR: Adicionar mensagem de fechamento
else PR atualizado
GH->>PR: Remover label 'Obsoleto'
end
end
Mudanças em Nível de Arquivo
Dicas e comandosInteragindo com Sourcery
Personalizando sua ExperiênciaAcesse seu painel para:
Obtendo Ajuda
Original review guide in EnglishReviewer's Guide by SourceryThis pull request introduces a new section to the README files that displays a list of contributors to the project, and adds a workflow to mark stale pull requests. Sequence diagram for stale PR workflowsequenceDiagram
participant GH as GitHub Actions
participant PR as Pull Request
participant C as Contributors
Note over GH: Daily cron job at 00:00 UTC
GH->>PR: Check PR last activity
alt PR inactive for 60+ days
GH->>PR: Add 'Stale' label
GH->>PR: Add warning message
alt No activity for 7 more days
GH->>PR: Close PR
GH->>PR: Add closure message
else PR updated
GH->>PR: Remove 'Stale' label
end
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olá @tiagornandrade - Revisei suas alterações e elas estão ótimas!
Aqui está o que analisei durante a revisão
- 🟡 Questões gerais: 2 problemas encontrados
- 🟢 Segurança: tudo parece bom
- 🟢 Testes: tudo parece bom
- 🟢 Complexidade: tudo parece bom
- 🟢 Documentação: tudo parece bom
Sourcery é gratuito para código aberto - se você gostou de nossas revisões, considere compartilhá-las ✨
Original comment in English
Hey @tiagornandrade - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
## ❤️ Quem já Contribuiu | ||
|
||
<a href="https://github.com/brazilian-utils/brutils-python/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sugestão: Considere adicionar texto alternativo (alt text) à imagem para acessibilidade.
Texto alternativo descritivo melhora a acessibilidade para usuários que não podem ver a imagem.
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" /> | |
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" alt="Mosaico de avatares dos contribuidores do projeto brutils-python" /> |
Original comment in English
suggestion: Consider adding alt text to the image for accessibility.
Descriptive alt text improves accessibility for users who cannot see the image.
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" /> | |
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" alt="Mosaico de avatares dos contribuidores do projeto brutils-python" /> |
<a href="https://github.com/brazilian-utils/brutils-python/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sugestão: Considere adicionar texto alternativo (alt text) à imagem para acessibilidade.
Texto alternativo descritivo melhora a acessibilidade para usuários que não podem ver a imagem.
<a href="https://github.com/brazilian-utils/brutils-python/graphs/contributors"> | |
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" /> | |
<a href="https://github.com/brazilian-utils/brutils-python/graphs/contributors"> | |
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" alt="Grade de imagens de avatar mostrando todos os contribuidores do projeto" /> |
Original comment in English
suggestion: Consider adding alt text to the image for accessibility.
Descriptive alt text improves accessibility for users who cannot see the image.
<a href="https://github.com/brazilian-utils/brutils-python/graphs/contributors"> | |
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" /> | |
<a href="https://github.com/brazilian-utils/brutils-python/graphs/contributors"> | |
<img src="https://contrib.rocks/image?repo=brazilian-utils/brutils-python" alt="Grid of avatar images showing all project contributors" /> |
Descrição
Mudanças Propostas
Checklist de Revisão
Comentários Adicionais (opcional)
Issue Relacionada
Closes #<numero_da_issue>
Resumo por Sourcery
Adicionar um bot de inatividade para fechar automaticamente pull requests inativos e uma seção de contribuidores nos arquivos README.
CI:
Documentação:
Original summary in English
Summary by Sourcery
Add a stale bot to automatically close stale pull requests and a contributors section to the README files.
CI:
Documentation: