From a41f7cd47486ee4c86e1ca3ca0ffb9a45e600954 Mon Sep 17 00:00:00 2001 From: Puranjay Savar Mattas Date: Wed, 9 Jul 2025 14:56:17 +0100 Subject: [PATCH] UNICORE: Introducing dynamic contributors Signed-off-by: Puranjay Savar Mattas --- workflows/contributors.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 workflows/contributors.yml diff --git a/workflows/contributors.yml b/workflows/contributors.yml new file mode 100644 index 0000000..cb89646 --- /dev/null +++ b/workflows/contributors.yml @@ -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'