You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This step does not have a branch and labels environment variable, because it is forcefully a major update,
111
-
# unlike the previous step, which can either be a patch, minor or major update.
112
-
pr-title: "feat(chart)!: major update of dependencies on ${{ matrix.chart-name }} chart"
126
+
pr-title: "feat(chart)!: atualização major de dependências no chart ${{ matrix.chart-name }}"
113
127
with:
114
-
token: ${{ secrets.PAT }}
128
+
token: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}
115
129
base: ${{ github.head_ref }}
116
130
commit-message: ${{ env.pr-title }}
117
131
author: ${{ env.author }}
@@ -124,11 +138,37 @@ jobs:
124
138
reviewers: GersonRS
125
139
delete-branch: true
126
140
body: |
127
-
:robot: I have updated the chart *beep* *boop*
141
+
🤖 Atualizei o chart automaticamente do Modern Gitops Stack *beep* *boop*
128
142
---
129
143
130
-
## Description of the changes
144
+
## 📋 Descrição
145
+
146
+
### O que mudou?
147
+
Este PR atualiza as dependências do Helm chart **${{ matrix.chart-name }}** do Modern Gitops Stack.
148
+
149
+
### Por que foi necessário?
150
+
Atualização automática para manter os charts seguros e atualizados.
151
+
152
+
## 🔧 Tipo de Mudança
153
+
- [x] 💥 Breaking change
154
+
- [x] 🔧 Configuração/Charts
155
+
156
+
## ⚠️ Atenção - Atualização Major!
157
+
158
+
Esta foi uma **atualização major**! Por favor:
159
+
1. 📖 Verifique o changelog das dependências atualizadas
160
+
2. 🔍 Revise cuidadosamente as breaking changes
161
+
3. 🧪 Teste em ambiente de desenvolvimento antes do merge
162
+
4. 📚 Atualize a documentação se necessário
131
163
132
-
This PR updates the dependencies of the **${{ matrix.chart-name }}** Helm chart.
164
+
## 📊 Detalhes da Atualização
165
+
- **Chart**: ${{ matrix.chart-name }}
166
+
- **Tipo**: Major update (pode conter breaking changes)
167
+
- **Componentes afetados**: Modern Gitops Stack
133
168
134
-
:warning: This was a **major** update! Please check the changelog of the updated dependencies and **take notice of any breaking changes before merging**. :warning:
0 commit comments