Explorar el Código

change PR title

Shahed Nasser hace 1 año
padre
commit
820c83c0fa

+ 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"