Bläddra i källkod

add mention in body

Shahed Nasser 1 år sedan
förälder
incheckning
f8431fe6eb

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

@@ -59,7 +59,7 @@ jobs:
         uses: peter-evans/create-pull-request@v5
         with:
           title: "chore(feat/v2-ci): updated preview dependencies [automated]"
-          body: "This PR updates preview dependencies to the latest versions."
+          body: "This PR updates preview dependencies to the latest versions. cc @shahednasser"
           branch: "chore/update-preview"
           branch-suffix: "timestamp"
           token: ${{ secrets.PAT_TOKEN }}

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

@@ -59,7 +59,7 @@ jobs:
         uses: peter-evans/create-pull-request@v5
         with:
           title: "chore(feat/v2): updated preview dependencies [automated]"
-          body: "This PR updates preview dependencies to the latest versions."
+          body: "This PR updates preview dependencies to the latest versions. cc @shahednasser"
           branch: "chore/update-preview"
           branch-suffix: "timestamp"
           token: ${{ secrets.PAT_TOKEN }}