test: remove depencies and include them as part of the setup #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |