Skip to content

Commit

Permalink
why is it not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebird1029 committed Jun 21, 2024
1 parent 820c0f8 commit 6c94d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 58 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Pull changes from contributors-readme-action
run: |
git pull
- name: Get repository contributors count
id: get_contributors
run: |
Expand All @@ -47,7 +51,6 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git pull
git add MAINTAINERS.md
git commit -m "BOT: Update contributors info in MAINTAINERS.md" || exit 0
git push
58 changes: 1 addition & 57 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,61 +24,5 @@ Reviewers:
Total number of contributors: <!--CONTRIBUTOR COUNT START--> <!--CONTRIBUTOR COUNT END-->

<!-- readme: contributors -start -->
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/natalialuzuriaga">
<img src="https://avatars.githubusercontent.com/u/29980737?v=4" width="100;" alt="natalialuzuriaga"/>
<br />
<sub><b>Natalia Luzuriaga</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/aprilselby88">
<img src="https://avatars.githubusercontent.com/u/143460853?v=4" width="100;" alt="aprilselby88"/>
<br />
<sub><b>April</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/vantuyls">
<img src="https://avatars.githubusercontent.com/u/9534576?v=4" width="100;" alt="vantuyls"/>
<br />
<sub><b>Steve Van Tuyl</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/decause-gov">
<img src="https://avatars.githubusercontent.com/u/107957201?v=4" width="100;" alt="decause-gov"/>
<br />
<sub><b>decause-gov</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/IsaacMilarky">
<img src="https://avatars.githubusercontent.com/u/24639268?v=4" width="100;" alt="IsaacMilarky"/>
<br />
<sub><b>Isaac Milarsky</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/satwic007">
<img src="https://avatars.githubusercontent.com/u/26257975?v=4" width="100;" alt="satwic007"/>
<br />
<sub><b>satwic007</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/sgarciahelguera">
<img src="https://avatars.githubusercontent.com/u/9489918?v=4" width="100;" alt="sgarciahelguera"/>
<br />
<sub><b>Sebastián</b></sub>
</a>
</td>
</tr>
<tbody>
</table>

<!-- readme: contributors -end -->

0 comments on commit 6c94d49

Please sign in to comment.