From 92d5f72c407fffda23c09d3acbe75573f72f703d Mon Sep 17 00:00:00 2001 From: Naman Malhotra Date: Thu, 19 Sep 2024 21:49:52 +0530 Subject: [PATCH 1/2] add woo core daily slack channel --- .github/workflows/new-cfe-notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-cfe-notifications.yml b/.github/workflows/new-cfe-notifications.yml index 838d5abfb08..60c208d7607 100644 --- a/.github/workflows/new-cfe-notifications.yml +++ b/.github/workflows/new-cfe-notifications.yml @@ -22,7 +22,7 @@ jobs: id: notify with: slack-bot-user-oauth-access-token: ${{ secrets.CODE_FREEZE_BOT_TOKEN }} - slack-channel: ${{ secrets.WOO_RELEASE_SLACK_CHANNEL }} + slack-channel: ${{ secrets.WOO_CORE_RELESES_DAILY_SLACK_CHANNEL }} slack-text: | :arrow_right: New CFE request: ${{ github.event.issue.title }} ${{ github.event.issue.html_url }} From b37ce64034f6b3feaa9d886aec3e77bf3c749429 Mon Sep 17 00:00:00 2001 From: Naman Malhotra Date: Thu, 19 Sep 2024 21:51:17 +0530 Subject: [PATCH 2/2] remove github debug --- .github/workflows/new-cfe-notifications.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/new-cfe-notifications.yml b/.github/workflows/new-cfe-notifications.yml index 60c208d7607..87b9c865c99 100644 --- a/.github/workflows/new-cfe-notifications.yml +++ b/.github/workflows/new-cfe-notifications.yml @@ -13,10 +13,6 @@ jobs: if: github.event.label.name == 'code freeze exception' runs-on: ubuntu-20.04 steps: - - name: Debug GitHub Context - run: | - echo "${{ toJson(github) }}" - - name: Notify Slack uses: archive/github-actions-slack@v2.0.0 id: notify