File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 13
13
# Permite execução manual
14
14
workflow_dispatch :
15
15
16
+ permissions :
17
+ contents : write
18
+ pull-requests : write
19
+
16
20
jobs :
17
21
update-contributors :
18
22
runs-on : ubuntu-latest
@@ -28,27 +32,16 @@ jobs:
28
32
- name : 🤝 Atualizar contribuidores no README
29
33
30
34
with :
31
- # Configurações da action
35
+ # Configurações básicas
32
36
image_size : 80
33
37
columns_per_row : 8
34
- max_contributors : 50
35
38
use_username : true
36
39
readme_path : ' readme.md'
37
40
38
41
# Configurações de commit
39
42
commit_message : ' 🤝 Atualizar lista de contribuidores'
40
43
committer_username : ' github-actions[bot]'
41
44
committer_email : ' github-actions[bot]@users.noreply.github.com'
42
-
43
- # Configurações visuais
44
- contributors_header : ' ## 🤝 Contribuidores'
45
- contributors_footer : |
46
-
47
- ---
48
-
49
- đź’™ **Obrigado a todos que contribuem para tornar o Python Floripa ainda melhor!**
50
-
51
- *Para contribuir com a documentação, abra um Pull Request ou entre em contato através dos nossos canais.*
52
45
env :
53
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
47
Original file line number Diff line number Diff line change @@ -504,9 +504,13 @@ Este é um documento vivo e em constante evolução. Se você tem sugestões de
504
504
505
505
## 🤝 Contribuidores
506
506
507
+ đź’™ ** Obrigado a todos que contribuem para tornar o Python Floripa ainda melhor!**
508
+
507
509
<!-- readme: contributors -start -->
508
510
<!-- readme: contributors -end -->
509
511
512
+ * Para contribuir com a documentação, abra um Pull Request ou entre em contato através dos nossos canais.*
513
+
510
514
---
511
515
512
516
** Maintainers:** Equipe Python Floripa
You can’t perform that action at this time.
0 commit comments