Skip to content

Commit b9ad103

Browse files
authored
feat(ci): pr-quality (#8162)
* feat(ci): pr-quality * fixup! * Update workflow reference to specific commit
1 parent 85d4e24 commit b9ad103

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/pr-quality.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: PR Quality
2+
3+
permissions:
4+
contents: read
5+
issues: read
6+
pull-requests: write
7+
8+
on:
9+
pull_request_target:
10+
types: [opened, reopened]
11+
12+
jobs:
13+
anti-slop:
14+
uses: webpack/.github/.github/workflows/pr-quality.yml@a03552c758d8c244b3cfc2985aff7020469e0473

0 commit comments

Comments
 (0)