Skip to content

Commit

Permalink
Automated the maintanace of the list of contributers. (#122)
Browse files Browse the repository at this point in the history
* Added automation to keep contributers section current

* Updated README.md to use new automation to keep contributers current

* changed branch name

---------

Co-authored-by: jskidie <[email protected]>
  • Loading branch information
jskiddie and jskiddie authored Dec 17, 2023
1 parent 1eb3ae8 commit b577936
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/contributers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- master

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,14 @@ Christmas Community does not yet support having multiple families in one instanc
# About Developer
Hi, I'm Wingy. I made this app. My website is [wingysam.xyz](https://wingysam.xyz). Please [hire me](https://wingysam.xyz/hire).

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C1C2347HB)
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C1C2347HB)

## Collaborators

<!-- readme: collaborators -start -->
<!-- readme: collaborators -end -->

## Contributors

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

0 comments on commit b577936

Please sign in to comment.