We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3665c1c commit 2c6ce99Copy full SHA for 2c6ce99
1 file changed
.github/workflows/prevent-migrations-deletion.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Prevent migrations files being changed or deleted
16
- uses: xalvarez/prevent-file-change-action@v2.0.0
+ uses: xalvarez/prevent-file-change-action@v3.0.0
17
with:
18
githubToken: ${{ secrets.GITHUB_TOKEN }}
19
pattern: '.*\/db\/.+\/migrations\/\d{4}\w*\.py$'
0 commit comments