Skip to content

Commit

Permalink
fix(actions): add checkout step back (#6561)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo authored Dec 10, 2024
1 parent b80d7f0 commit 5b5e681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/process-pr-review-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
github.event.workflow_run.event == 'pull_request_review' &&
github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./actions/add-review-labels
with:
APP_ID: ${{ secrets.APP_ID }}
Expand Down

0 comments on commit 5b5e681

Please sign in to comment.