mirror of
https://github.com/langgenius/dify.git
synced 2026-03-26 13:51:05 +08:00
18 lines
307 B
YAML
18 lines
307 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@v0
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|