Skip to content

Commit 82c95fb

Browse files
authored
fixup!
1 parent 159fdde commit 82c95fb

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/pr-quality.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,4 @@ on:
1111

1212
jobs:
1313
anti-slop:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17-
18-
- uses: peakoss/anti-slop@85daca1880e9e1af197fc06ea03349daf08f4202 # v0.2.1
19-
env:
20-
IS_NEW: >-
21-
${{ contains(fromJSON('["FIRST_TIMER","FIRST_TIME_CONTRIBUTOR","NONE"]'),
22-
github.event.pull_request.author_association) }}
23-
with:
24-
max-failures: ${{ env.IS_NEW == 'true' && 2 || 3 }}
25-
global-merge-ratio-exclude-own: ${{ env.IS_NEW == 'true' }}
26-
max-daily-forks: ${{ env.IS_NEW == 'true' && 4 || 7 }}
27-
require-pr-template: true
28-
require-conventional-title: true
29-
require-conventional-commits: true
30-
failure-pr-message: |
31-
👋 Hi there! This PR was automatically flagged and closed by our quality checks.
32-
33-
If you believe this was a mistake, please review our contributing guidelines
34-
and leave a comment explaining **why this is a mistake**.
14+
uses: webpack/.github/.github/workflows/pr-quality.yml@main

0 commit comments

Comments
 (0)