mirror of
https://github.com/awsdocs/aws-doc-sdk-examples.git
synced 2026-03-26 06:22:18 +00:00
19 lines
427 B
YAML
19 lines
427 B
YAML
name: Pull Request Stats
|
|
|
|
on: # yamllint disable-line rule:truthy
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stats:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Run pull request stats
|
|
uses: flowwer-dev/pull-request-stats@master
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
organization: 'piedpiper'
|
|
period: 7
|
|
charts: true
|
|
disableLinks: true
|
|
sortBy: 'COMMENTS'
|