Merge branch 'new-cfe-workflow-notifications' into new-cfe-workflow-github-template

This commit is contained in:
Naman Malhotra 2024-09-19 19:29:50 +03:00 committed by GitHub
commit 472070731f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -13,16 +13,12 @@ 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
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 }}