From de5ce04bee9f621df11e5847280096bddaa8c4c3 Mon Sep 17 00:00:00 2001 From: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:31:29 -0500 Subject: [PATCH] Update cron schedule and commit message handling --- .github/workflows/contributors.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index fb5b072..6eb2931 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -3,10 +3,8 @@ name: Update Contributors Information on: workflow_dispatch: {} schedule: - # Weekly on Saturdays. - - cron: "30 1 * * 6" - push: - branches: [main] + # Run at 5am UTC on the first of every month + - cron: '0 5 1 * *' jobs: update-contributors: @@ -67,12 +65,3 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' git add COMMUNITY.md git commit -m "update contributors count to $CONTRIBUTORS" || exit 0 - - - name: Push protected - uses: CasperWA/push-protected@v2 - with: - - token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} - - - branch: main \ No newline at end of file