mirror of https://github.com/langgenius/dify.git
20 lines
430 B
YAML
20 lines
430 B
YAML
name: Anti-Slop PR Check
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, edited, synchronize]
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
contents: read
|
|
|
|
jobs:
|
|
anti-slop:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: peakoss/anti-slop@85daca1880e9e1af197fc06ea03349daf08f4202 # v0.2.1
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
close-pr: false
|
|
failure-add-pr-labels: "needs-revision"
|