Merge pull request #870 from sneha056/issue-fix-869 #156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Contributors in README | |
on: | |
push: | |
branches: ["main"] | |
workflow_dispatch: | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
name: An action workflow to automate contributors in README | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Update Contributors List | |
uses: akhilmhdh/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |