peer: replace the old cond based msgStream w/ BackpressureQueue[T] #1437
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Stats | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
stats: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Run pull request stats | |
uses: flowwer-dev/pull-request-stats@v2.11.0 | |
with: | |
period: 30 # 30 days of review stats | |
charts: true |