diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml
index 0f6a6831e3..d853277bee 100644
--- a/.github/workflows/pr-automation.yml
+++ b/.github/workflows/pr-automation.yml
@@ -57,7 +57,7 @@ jobs:
with:
content: |
- > [!CAUTION]
+ > [!WARNING]
> The provided command lacks proper tags. Please modify PR body, specifying the tags you want to include or use `/ok-to-test tags="@tag.All"` to run all specs.
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
@@ -93,11 +93,12 @@ jobs:
with:
content: |
- > [!CAUTION]
+ > [!WARNING]
> Please use `/ok-to-test tags="@tag.All"` to run all specs.
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
+
regex: ".*?"
regexFlags: ims
token: ${{ secrets.GITHUB_TOKEN }}
@@ -121,6 +122,7 @@ jobs:
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
+
regex: ".*?"
regexFlags: ims
token: ${{ secrets.GITHUB_TOKEN }}
@@ -138,6 +140,7 @@ jobs:
> Tags: `${{ steps.checkAll.outputs.tags }}`
+
regex: ".*?"
regexFlags: ims
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/pr-cypress.yml b/.github/workflows/pr-cypress.yml
index ab7ec6fe6b..34215ec8b7 100644
--- a/.github/workflows/pr-cypress.yml
+++ b/.github/workflows/pr-cypress.yml
@@ -184,6 +184,7 @@ jobs:
> To know the list of identified flaky tests - Refer here
+
regex: ".*?"
regexFlags: ims
token: ${{ secrets.GITHUB_TOKEN }}
@@ -194,13 +195,14 @@ jobs:
with:
content: |
- > [!CAUTION]
+ > [!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!
> It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow here.
+
regex: ".*?"
regexFlags: ims
token: ${{ secrets.GITHUB_TOKEN }}
@@ -218,6 +220,7 @@ jobs:
> All cypress tests have passed 🎉🎉🎉
+
regex: ".*?"
regexFlags: ims
token: ${{ secrets.GITHUB_TOKEN }}