Update test-assistant-api-rest-change-tracker.yml
This commit is contained in:
parent
81ebd85f9e
commit
474d0209ea
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Wait 2 minutes for other labelling jobs to finish
|
- name: Wait 2 minutes for other labelling jobs to finish
|
||||||
run: sleep 1m
|
run: sleep 2m
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
id: notify
|
id: notify
|
||||||
with:
|
with:
|
||||||
slack-bot-user-oauth-access-token: ${{ secrets.TEST_ASSISTANCE_BOT_TOKEN }}
|
slack-bot-user-oauth-access-token: ${{ secrets.TEST_ASSISTANCE_BOT_TOKEN }}
|
||||||
slack-channel: ${{ secrets.TEST_SLACK_CHANNEL }}
|
slack-channel: ${{ secrets.WOO_CORE_REST_API_CHANGES_SLACK_CHANNEL }}
|
||||||
slack-text: |
|
slack-text: |
|
||||||
<${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>
|
<${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>
|
||||||
*Labels:* ${{ join(github.event.pull_request.labels.*.name, ', ') }}
|
*Labels:* ${{ join(github.event.pull_request.labels.*.name, ', ') }}
|
||||||
|
|
Loading…
Reference in New Issue