From fbc836b349df2755518f2e4236393bd1de6d6de9 Mon Sep 17 00:00:00 2001 From: sarina Date: Wed, 25 Jun 2025 09:20:12 -0400 Subject: [PATCH] temp: Change on-call message for Open edX conference --- .github/workflows/add-GHrequest-to-team-board.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-GHrequest-to-team-board.yml b/.github/workflows/add-GHrequest-to-team-board.yml index c0e3bea..669e1a9 100644 --- a/.github/workflows/add-GHrequest-to-team-board.yml +++ b/.github/workflows/add-GHrequest-to-team-board.yml @@ -35,7 +35,7 @@ jobs: tag_and_notify: runs-on: ubuntu-latest steps: - - run: gh issue comment $ISSUE --body "Thank you for your report! @openedx/axim-oncall will triage within a business day. Simple requests usually take 2-3 business days to resolve; more complex requests could take longer." + - run: gh issue comment $ISSUE --body "Thank you for your report! Note the Axim team is at the 2025 Open edX conference. Expect delays in response from @openedx/axim-oncall between now at 11 July, 2025." env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} ISSUE: ${{ github.event.issue.html_url }}