From 33ff8fa8ef4c5033f0d5b864125c7aa7ec88a27c Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Mon, 26 Feb 2024 19:53:55 +0100 Subject: [PATCH] Run contributors GH action once per week --- .github/workflows/contributors.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index a524caae8..1a9ace8f3 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -2,9 +2,8 @@ name: contributors on: workflow_dispatch: - push: - branches: - - 'master' + schedule: + - cron: '0 18 * * 5' jobs: update-contributors-readme: @@ -16,8 +15,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - commit_message: "Update contributors in README.md" - pr_title_on_protected: "Update contributors in README.md" + commit_message: "Update contributors in readme" + pr_title_on_protected: "Update contributors in readme" update-contributors-docs: runs-on: ubuntu-latest