mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-11 13:10:41 +00:00
PR Stats
PR Stats
This commit is contained in:
parent
9b519e0267
commit
487165c197
12
.github/workflows/stats.yml
vendored
Normal file
12
.github/workflows/stats.yml
vendored
Normal 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
2
package-lock.json
generated
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user