diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml new file mode 100644 index 000000000000..901906bf25a8 --- /dev/null +++ b/.github/workflows/pr-quality.yml @@ -0,0 +1,14 @@ +name: PR Quality + +permissions: + contents: read + issues: read + pull-requests: write + +on: + pull_request_target: + types: [opened, reopened] + +jobs: + anti-slop: + uses: webpack/.github/.github/workflows/pr-quality.yml@main