diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml
index fc030806fb..91a8651ef4 100644
--- a/.github/workflows/pr-automation.yml
+++ b/.github/workflows/pr-automation.yml
@@ -134,7 +134,8 @@ jobs:
with:
content: |
- > [!TIP]
+ > [!IMPORTANT]
+ > 🟣 🟣 🟣 Your tests are running.
> Tests running at: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
> Commit: `${{ github.event.pull_request.head.sha }}`
> Workflow: `${{ github.workflow }}`
diff --git a/.github/workflows/pr-cypress.yml b/.github/workflows/pr-cypress.yml
index 1319783fce..ee8d3e849f 100644
--- a/.github/workflows/pr-cypress.yml
+++ b/.github/workflows/pr-cypress.yml
@@ -178,7 +178,8 @@ jobs:
with:
content: |
- > [!CAUTION]
+ > [!CAUTION]
+ > 🔴 🔴 🔴 Some tests have failed.
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
> Commit: `${{ github.event.pull_request.head.sha }}`
> Cypress dashboard: Click here!
@@ -198,7 +199,7 @@ jobs:
with:
content: |
- > [!WARNING]
+ > [!WARNING]
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
> Commit: `${{ github.event.pull_request.head.sha }}`
> Cypress dashboard url: Click here!
@@ -216,11 +217,11 @@ jobs:
with:
content: |
- > [!IMPORTANT]
+ > [!TIP]
+ > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
> Commit: `${{ github.event.pull_request.head.sha }}`
> Cypress dashboard url: Click here!
- > All cypress tests have passed 🎉🎉🎉