Skip to content

Commit

Permalink
Fix the all contributors bot RamakrushnaBiswal#58
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapna127 committed Oct 4, 2024
1 parent 6cfcf2f commit 6a7ef29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ Special thanks to our amazing mentors who are guiding this project! 🙌
<center>
<div>

[![All Contributors](https://img.shields.io/github/all-contributors/projectOwner/projectName?color=ee8449&style=flat-square)](#contributors)
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->


## ⭐Support
Expand Down

0 comments on commit 6a7ef29

Please sign in to comment.