From 87a11df3727ab335d590476a79dac1800c649d78 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 2 Sep 2025 12:58:16 -0400 Subject: [PATCH] docs: Update add-quarterly-slack-invite.yml --- .github/workflows/add-quarterly-slack-invite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-quarterly-slack-invite.yml b/.github/workflows/add-quarterly-slack-invite.yml index 1c724cf..cd5cfcc 100644 --- a/.github/workflows/add-quarterly-slack-invite.yml +++ b/.github/workflows/add-quarterly-slack-invite.yml @@ -1,4 +1,4 @@ -name: Create quarterly issues for Repo Checks audit +name: Create quarterly issue for updating Slack invite on: schedule: - cron: '0 0 1 3,6,9,12 *' @@ -33,7 +33,7 @@ jobs: # This data can be any valid JSON from a previous step in the GitHub Action payload: | { - "msg": "Time to run the quarterly repo-checks. ${{ env.NEW_ISSUE_URL }}" + "msg": "Time to update the openedx.org/slack invite. ${{ env.NEW_ISSUE_URL }}" } env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}