Skip to content

Commit dc94dbe

Browse files
authored
Maintainer update and PR stats github action (#43)
* testing a pull request statistics action Signed-off-by: Mark Cohen <markcoh@amazon.com> * removed repositories parameter Signed-off-by: Mark Cohen <markcoh@amazon.com> * adding Louis Chu to MAINTAINERS.md Signed-off-by: Mark Cohen <markcoh@amazon.com> * updating pr_stats.yml with parameters for commenting permissions Signed-off-by: Mark Cohen <markcoh@amazon.com> Signed-off-by: Mark Cohen <markcoh@amazon.com>
1 parent d8ba75b commit dc94dbe

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/pr_stats.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Pull Request Stats
2+
3+
on:
4+
pull_request:
5+
types: [opened]
6+
workflow_dispatch:
7+
8+
jobs:
9+
stats:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Run pull request stats
13+
uses: flowwer-dev/pull-request-stats@master
14+
with:
15+
token: ${{ secrets.GITHUB_TOKEN }}
16+
period: 30
17+
charts: true
18+
disable-links: true
19+
sort-by: 'COMMENTS'

MAINTAINERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
| Mark Cohen | [macohen](https://github.com/macohen) | Amazon |
88
| Lior Perry | [YANG-DB](https://github.com/YANG-DB) | Amazon |
99
| Shenoy Pratik | [ps48](https://github.com/ps48) | Amazon |
10+
| Louis Chu | [noCharger](https://github.com/noCharger) | Amazon |
1011

1112
[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).

0 commit comments

Comments
 (0)