UNICORE: Update contributors.yml for lib correction
Signed-off-by: Puranjay Savar Mattas <puranjaysavarmattas@gmail.com>
This commit is contained in:
20
.github/workflows/contributors.yml
vendored
20
.github/workflows/contributors.yml
vendored
@@ -1,21 +1,17 @@
|
|||||||
name: Generate Contributors
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Or your default branch
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
contrib-readme-job:
|
contrib-readme-job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
name: A job to automate contrib in readme
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Contribute List
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Generate Contributors List
|
|
||||||
uses: akhilmhdh/contributors-readme-action@v2.3.10
|
uses: akhilmhdh/contributors-readme-action@v2.3.10
|
||||||
with:
|
env:
|
||||||
# This token is automatically generated by GitHub
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
# Specify the path to your organization's README
|
|
||||||
readme_path: 'profile/README.md'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user