From 487165c1974aac96716dca8d0f2ccce1f45dff5b Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Tue, 4 Oct 2022 18:47:57 -0700 Subject: [PATCH] PR Stats PR Stats --- .github/workflows/stats.yml | 12 ++++++++++++ package-lock.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/stats.yml diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml new file mode 100644 index 00000000..de68af45 --- /dev/null +++ b/.github/workflows/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 diff --git a/package-lock.json b/package-lock.json index ffaaceec..a6e2d90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "rtl", - "version": "0.13.1-beta", + "version": "0.13.2-beta", "license": "MIT", "dependencies": { "@angular/animations": "~13.3.0",