From e480b627346978344f0babb542e2df65e54e466d Mon Sep 17 00:00:00 2001 From: Liana Harris <46411498+LianaHarris360@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:59:44 -0600 Subject: [PATCH] Remove call-holiday-message github action post-holiday --- .github/workflows/call-holiday-message.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/call-holiday-message.yml diff --git a/.github/workflows/call-holiday-message.yml b/.github/workflows/call-holiday-message.yml deleted file mode 100644 index bd63408..0000000 --- a/.github/workflows/call-holiday-message.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Post holiday message on pull request or issue comment -on: - pull_request_target: - types: [opened] - issue_comment: - types: [created] - -jobs: - call-workflow: - name: Call shared workflow - uses: learningequality/.github/.github/workflows/holiday-message.yml@main - secrets: - LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} - LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} - SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}