-
-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (30 loc) · 826 Bytes
/
Copy pathcontributor-report.yml
File metadata and controls
36 lines (30 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Contributor Report
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
evaluate-contributor:
name: Evaluate Contributor
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Evaluate Contributor Report
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold-pr-merge-rate: '0.3'
threshold-account-age: '30'
required-metrics: 'prMergeRate,accountAge'
analysis-window: '12'
on-fail: comment
dry-run: false
trusted-users: dependabot[bot],renovate[bot],github-actions[bot]
verbose-details: 'all'