From 5ab3986a0965abfd67a7b86dfeda8d4be0a85efb Mon Sep 17 00:00:00 2001 From: Debarati Basu-Nag Date: Wed, 27 Mar 2024 09:14:55 -0400 Subject: [PATCH] Create pr_stats.yml (#36) --- .github/workflows/pr_stats.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/pr_stats.yml diff --git a/.github/workflows/pr_stats.yml b/.github/workflows/pr_stats.yml new file mode 100644 index 0000000..de68af4 --- /dev/null +++ b/.github/workflows/pr_stats.yml @@ -0,0 +1,12 @@ +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