mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01: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": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "rtl",
|
"name": "rtl",
|
||||||
"version": "0.13.1-beta",
|
"version": "0.13.2-beta",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~13.3.0",
|
"@angular/animations": "~13.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user