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'
|
if: github.event.label.name == 'code freeze exception'
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Debug GitHub Context
|
|
||||||
run: |
|
|
||||||
echo "${{ toJson(github) }}"
|
|
||||||
|
|
||||||
- name: Notify Slack
|
- name: Notify Slack
|
||||||
uses: archive/github-actions-slack@v2.0.0
|
uses: archive/github-actions-slack@v2.0.0
|
||||||
id: notify
|
id: notify
|
||||||
with:
|
with:
|
||||||
slack-bot-user-oauth-access-token: ${{ secrets.CODE_FREEZE_BOT_TOKEN }}
|
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: |
|
slack-text: |
|
||||||
:arrow_right: New CFE request: ${{ github.event.issue.title }}
|
:arrow_right: New CFE request: ${{ github.event.issue.title }}
|
||||||
${{ github.event.issue.html_url }}
|
${{ github.event.issue.html_url }}
|
||||||
|
|
Loading…
Reference in New Issue