From 5cdd77f77241790df988ce67c9de9ea7368c7b43 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Kamal Date: Mon, 23 Oct 2023 02:06:26 +0530 Subject: [PATCH 1/2] Automating contributors list in readme.md --- .github/workflows/update_contributors.yaml | 14 ++++++++++++++ README.md | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/update_contributors.yaml diff --git a/.github/workflows/update_contributors.yaml b/.github/workflows/update_contributors.yaml new file mode 100644 index 0000000..7cdc904 --- /dev/null +++ b/.github/workflows/update_contributors.yaml @@ -0,0 +1,14 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 8af2ab1..af15335 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,8 @@ First install the project using the installation instructions in docs/source/get ``` hist --help ``` + +## Contributors Names + + + From c7c5a2409c3af9b4616b70d5058a6b03fa4a1b23 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Tue, 24 Oct 2023 15:25:32 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af15335..4574871 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ First install the project using the installation instructions in docs/source/get hist --help ``` -## Contributors Names +## Contributors