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