Merge branch 'new-cfe-workflow-notifications' into new-cfe-workflow-github-template
This commit is contained in:
commit
472070731f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue