Forráskód Böngészése

fix title for ci branch

Shahed Nasser 1 éve
szülő
commit
add101dda5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/update-preview-deps-ci.yml

+ 1 - 1
.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 [automated]"
+          TITLE="chore(feat/v2-ci): 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)