Explorar el Código

add more lock file names to prevent unwanted changes (#2416)

Kevin Papst hace 2 meses
padre
commit
64baa141e7
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      .github/workflows/lockfiles.yaml

+ 2 - 3
.github/workflows/lockfiles.yaml

@@ -13,10 +13,9 @@ jobs:
     steps:
       - name: Clone Tabler
         uses: actions/checkout@v4
-
       - name: Prevent lock file change
         uses: xalvarez/prevent-file-change-action@v2
         with:
           githubToken: ${{ secrets.GITHUB_TOKEN }}
-          pattern: Gemfile.lock|pnpm-lock.json
-          trustedAuthors: codecalm, dependabot
+          pattern: Gemfile.lock|pnpm-lock.json|pnpm-lock.yaml
+          trustedAuthors: codecalm, BG-Software-BG, dependabot