Skip to content

Commit

Permalink
chore: add ready_for_review as event
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Nov 19, 2024
1 parent 34162fc commit a3a5795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: pr-check

on:
pull_request:
types: [labeled, synchronize, opened, reopened]
types: [labeled, synchronize, opened, ready_for_review, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
[engine]
cgroup_manager="cgroupfs"
EOT
podman info
podman info
- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit a3a5795

Please sign in to comment.