UNICORE: Introducing dynamic contributors
Signed-off-by: Puranjay Savar Mattas <puranjaysavarmattas@gmail.com>
This commit is contained in:
21
workflows/contributors.yml
Normal file
21
workflows/contributors.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Generate Contributors
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main # Or your default branch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
contrib-readme-job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Generate Contributors List
|
||||||
|
uses: khulnasoft/readme-contributors-action@v2
|
||||||
|
with:
|
||||||
|
# This token is automatically generated by GitHub
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# Specify the path to your organization's README
|
||||||
|
readme_path: 'profile/README.md'
|
||||||
Reference in New Issue
Block a user