Merge pull request #1116 from Ride-The-Lightning/github-stats

PR Stats
This commit is contained in:
ShahanaFarooqui 2022-10-04 18:53:02 -07:00 committed by GitHub
commit c3e217f708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

12
.github/workflows/stats.yml vendored Normal file
View File

@ -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

2
package-lock.json generated
View File

@ -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",