Skip to content

Commit

Permalink
Feat: Add contributors action workflow (#29)
Browse files Browse the repository at this point in the history
* Add Contributors action workflow

* fix: πŸ› Add Contributors Profile list

βœ… Closes: #27
  • Loading branch information
yashksaini-coder authored Oct 6, 2024
1 parent 7e1395e commit 38d119e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/add-contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Update Contributors in README

on:
push:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Update Contributors List
uses: akhilmhdh/[email protected]
with:
commit_message: "Updated contributors list"
committer_username: "yashksaini-coder"
committer_email: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ We welcome contributions to **dypcetclubs.live**!
> For major changes, open an issue first to discuss your ideas.
## Our Valuable Contributors ❀️✨
We are grateful to all the contributors who have helped improve this project. Your contributions are what make this project better!
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->
## πŸ“„ **License**
Expand Down

0 comments on commit 38d119e

Please sign in to comment.