Skip to content

Commit

Permalink
remove contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
devluizmarcolino committed Feb 5, 2025
1 parent 61a498d commit fa7f86e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,32 +0,0 @@
name: Atualizar Contribuidores

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
atualizar-contribuidores:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Verificar repositório
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Obter contribuidores
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
image_size: 100
commit_message: "docs: atualizar contribuidores"
readme_path: "README.md"
columns_per_row: 6
collaborators: all
max_contributors: 100
12 changes: 0 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ Toda ajuda é bem-vinda! Para colaborar, siga esses passos:
Dê uma olhada no arquivo [CONTRIBUTING.md](./CONTRIBUTING.md) para mais detalhes.


---

## 👥 Contribuidores

Um agradecimento especial a todos que contribuíram para este projeto:

<div style="display: flex; flex-wrap: wrap; gap: 10px;">
<!-- ALL-CONTRIBUTORS-LIST:START - Não remova ou modifique esta seção -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
</div>

---


## 📘 Licença
Expand Down

0 comments on commit fa7f86e

Please sign in to comment.