We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13c0b2 commit 7ee8e07Copy full SHA for 7ee8e07
1 file changed
.github/workflows/prevent-migrations-deletion.yaml
@@ -12,7 +12,7 @@ jobs:
12
pull-requests: read
13
14
steps:
15
- - name: Prevent migrations files changing
+ - name: Prevent migrations files being changed or deleted
16
uses: xalvarez/prevent-file-change-action@v2.0.0
17
with:
18
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments