Skip to content

Commit

Permalink
Merge pull request #364 from openedx/kdmccormick/ping
Browse files Browse the repository at this point in the history
fix: new issues should ping a team that exists
  • Loading branch information
sarina authored Jun 14, 2024
2 parents 77bfaa7 + da2d161 commit 6f7da99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new-issue-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_ISSUE_BOT_TOKEN }}

0 comments on commit 6f7da99

Please sign in to comment.