From da2d161410df4edba196a0b8a2e5c109985c163a Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 13 Jun 2024 09:49:23 -0400 Subject: [PATCH] fix: new issues should ping a team that exists --- .github/workflows/new-issue-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-issue-automation.yml b/.github/workflows/new-issue-automation.yml index 15ab2d1..bb3f7ec 100644 --- a/.github/workflows/new-issue-automation.yml +++ b/.github/workflows/new-issue-automation.yml @@ -19,7 +19,7 @@ jobs: $URL \ -H "Content-Type: application/json" \ -H "Authorization: token $GITHUB_TOKEN" \ - --data '{ "body": "Thanks for your submission, @openedx/open-edx-project-managers will review shortly." }' + --data '{ "body": "Thanks for your submission, @openedx/openedx-product-managers will review shortly." }' # For future Slack alerting # - name: Alert in Slack @@ -29,4 +29,4 @@ jobs: # channel-id: C02MB2TBKE3 # slack-message: "Incoming GitHub request: ${{ github.event.issue.title }}\nAuthor: ${{ github.event.issue.user.login }}\nURL: ${{ github.event.issue.html_url }}" # env: - # SLACK_BOT_TOKEN: ${{ secrets.SLACK_ISSUE_BOT_TOKEN }} \ No newline at end of file + # SLACK_BOT_TOKEN: ${{ secrets.SLACK_ISSUE_BOT_TOKEN }}