Shahed Nasser преди 1 година
родител
ревизия
820c83c0fa
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      .github/workflows/update-preview-deps-ci.yml
  2. 2 2
      .github/workflows/update-preview-deps.yml

+ 2 - 2
.github/workflows/update-preview-deps-ci.yml

@@ -32,7 +32,7 @@ jobs:
       - name: Close Previous PRs
         shell: "bash"
         run: |
-          TITLE="chore(feat/v2): updated preview dependencies"
+          TITLE="chore(feat/v2): updated preview dependencies [automated]"
           
           # Get the list of pull requests with the specified title
           PR_LIST=$(gh pr list --search "$TITLE in:title" --json number)
@@ -58,7 +58,7 @@ jobs:
       - name: Open PR with changes
         uses: peter-evans/create-pull-request@v5
         with:
-          title: "chore(feat/v2-ci): updated preview dependencies"
+          title: "chore(feat/v2-ci): updated preview dependencies [automated]"
           body: "This PR updates preview dependencies to the latest versions."
           branch: "chore/update-preview"
           branch-suffix: "timestamp"

+ 2 - 2
.github/workflows/update-preview-deps.yml

@@ -32,7 +32,7 @@ jobs:
       - name: Close Previous PRs
         shell: "bash"
         run: |
-          TITLE="chore(feat/v2): updated preview dependencies"
+          TITLE="chore(feat/v2): updated preview dependencies [automated]"
           
           # Get the list of pull requests with the specified title
           PR_LIST=$(gh pr list --search "$TITLE in:title" --json number)
@@ -58,7 +58,7 @@ jobs:
       - name: Open PR with changes
         uses: peter-evans/create-pull-request@v5
         with:
-          title: "chore(feat/v2): updated preview dependencies"
+          title: "chore(feat/v2): updated preview dependencies [automated]"
           body: "This PR updates preview dependencies to the latest versions."
           branch: "chore/update-preview"
           branch-suffix: "timestamp"