diff --git a/.github/workflows/update_contributors2.yml b/.github/workflows/update_contributors2.yml new file mode 100644 index 000000000..d56817f5d --- /dev/null +++ b/.github/workflows/update_contributors2.yml @@ -0,0 +1,18 @@ +name: Update contributors + +on: + push: + branches: + - master + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contribute list in contributors2.md + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + readme_path: "contributors2.md" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CONTRIBUTORS2.md b/CONTRIBUTORS2.md new file mode 100644 index 000000000..ef944c435 --- /dev/null +++ b/CONTRIBUTORS2.md @@ -0,0 +1,4 @@ +## Contributors + + + \ No newline at end of file diff --git a/README.md b/README.md index 87c9e54c9..c3fc85983 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it I have switched to MkDocs, sorry if I broke your links. The same content is available here: [trash-guides.info](https://trash-guides.info/) -test