Skip to content

Commit 5f97f63

Browse files
committed
fix: resolve CodeRabbit findings — match trigger text, strip hidden chars
Corrected workflow description to say "every pull request" to match the actual pull_request trigger in the YAML. Verified no hidden Unicode characters remain and all npx commands are pinned to @0.2.1.
1 parent 3415b32 commit 5f97f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/content/docs/guides/integrations/pgfence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ npx --yes @flvmnt/pgfence@0.2.1 analyze --ci --max-risk medium prisma/migrations
9191

9292
Add pgfence as a safety check that runs before `prisma migrate deploy` in your CI/CD pipeline. This catches dangerous migration patterns before they reach your production database.
9393

94-
Here is a GitHub Actions workflow that runs pgfence on every push that includes migration changes:
94+
Here is a GitHub Actions workflow that runs pgfence on every pull request that includes migration changes:
9595

9696
```yaml title=".github/workflows/migration-safety.yml"
9797
name: Migration safety check

0 commit comments

Comments
 (0)