Skip to content

test: remove depencies and include them as part of the setup #39

test: remove depencies and include them as part of the setup

test: remove depencies and include them as part of the setup #39

name: Time to First Review
on:
push:
workflow_dispatch:
jobs:
pr-stats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
cd .github/actions/time-to-first-review
yarn install
- name: Run Time to First Review Action
uses: ./.github/actions/time-to-first-review
with:
repo: "KaeruCT/my-stop"
github_token: ${{ github.token }}
num_prs: 5