From 4319d03709c684cfd800c46368be8017784af86a Mon Sep 17 00:00:00 2001 From: Rafael Cenzano Date: Tue, 28 Nov 2023 16:35:39 -0500 Subject: [PATCH] remove github action --- .github/workflows/contributors.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index 58d0bb2..0000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,11 +0,0 @@ -on: [pull_request] - -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contributors on the project readme - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 - env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file