2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-11 13:10:41 +00:00
PR Stats
This commit is contained in:
ShahanaFarooqui 2022-10-04 18:47:57 -07:00
parent 9b519e0267
commit 487165c197
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",