mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-07 06:33:58 -06:00
17 lines
377 B
YAML
17 lines
377 B
YAML
|
name: Pull Request Stats
|
||
|
|
||
|
on: pull_request_target
|
||
|
|
||
|
jobs:
|
||
|
stats:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Run pull request stats
|
||
|
uses: flowwer-dev/pull-request-stats@v1
|
||
|
with:
|
||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||
|
repositories: 'symphonyoss/SymphonyElectron'
|
||
|
period: 90
|
||
|
charts: true
|
||
|
sort-by: 'COMMENTS'
|