File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
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
You can’t perform that action at this time.
0 commit comments