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 }}