From 72497a8e3e0f8bc8c7720011bcff07f615fc6c72 Mon Sep 17 00:00:00 2001 From: iamshobhraj Date: Thu, 26 Jun 2025 03:07:33 +0530 Subject: [PATCH 1/2] updated notify team new comment workflow --- .github/workflows/notify_team_new_comment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify_team_new_comment.yml b/.github/workflows/notify_team_new_comment.yml index 07a837e..a28b189 100644 --- a/.github/workflows/notify_team_new_comment.yml +++ b/.github/workflows/notify_team_new_comment.yml @@ -6,6 +6,9 @@ on: jobs: contributor_issue_comment: - uses: learningequality/.github/.github/workflows/notify_team_new_comment.yml@main + uses: testiamshobh/.github/.github/workflows/notify_team_new_comment.yml@main secrets: + LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} + LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }} \ No newline at end of file From b7a3fabedac2c479138b58bb426496fee3574ff5 Mon Sep 17 00:00:00 2001 From: iamshobhraj Date: Thu, 26 Jun 2025 03:34:45 +0530 Subject: [PATCH 2/2] updated the org name --- .github/workflows/notify_team_new_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_team_new_comment.yml b/.github/workflows/notify_team_new_comment.yml index a28b189..c3371d3 100644 --- a/.github/workflows/notify_team_new_comment.yml +++ b/.github/workflows/notify_team_new_comment.yml @@ -6,7 +6,7 @@ on: jobs: contributor_issue_comment: - uses: testiamshobh/.github/.github/workflows/notify_team_new_comment.yml@main + uses: learningequality/.github/.github/workflows/notify_team_new_comment.yml@main secrets: LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}