mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
add more lock file names to prevent unwanted changes (#2416)
This commit is contained in:
5
.github/workflows/lockfiles.yaml
vendored
5
.github/workflows/lockfiles.yaml
vendored
@@ -13,10 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone Tabler
|
- name: Clone Tabler
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prevent lock file change
|
- name: Prevent lock file change
|
||||||
uses: xalvarez/prevent-file-change-action@v2
|
uses: xalvarez/prevent-file-change-action@v2
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pattern: Gemfile.lock|pnpm-lock.json
|
pattern: Gemfile.lock|pnpm-lock.json|pnpm-lock.yaml
|
||||||
trustedAuthors: codecalm, dependabot
|
trustedAuthors: codecalm, BG-Software-BG, dependabot
|
||||||
|
|||||||
Reference in New Issue
Block a user