[BE1] process meeting messages and include unprocessed messages in rumor state answer #161
Workflow file for this run
This file contains 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 | |
steps: | |
- name: Run pull request stats | |
uses: flowwer-dev/pull-request-stats@master | |
with: | |
period: 30 | |
charts: true | |
disableLinks: false | |
sortBy: 'REVIEWS' |