Skip to content

Commit

Permalink
chore: add contributors workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 20, 2024
1 parent 0d0cd7a commit bb011a7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ _description_

<p align="center">
<a href="https://cdn.jsdelivr.net/gh/gmickel/static/sponsors.svg">

<img src='https://cdn.jsdelivr.net/gh/gmickel/static/sponsors.svg'/>

</a>
</p>

Expand All @@ -34,3 +36,23 @@ _description_
[license-href]: https://github.com/gmickel/code-whisper/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/code-whisper

## Contributors 👨‍💻

<!-- readme: collaborators, contributors -start -->
<table>

<tbody>
<tr>
<td align="center">
<a href="https://github.com/gmickel">
<img src="https://avatars.githubusercontent.com/u/139907?v=4" width="100;" alt="gmickel"/>
<br />
<sub><b>Gordon Mickel</b></sub>
</a>
</td>
</tr>
<tbody>

</table>
<!-- readme: collaborators, contributors -end -->

0 comments on commit bb011a7

Please sign in to comment.