Skip to content

Commit

Permalink
Merge pull request #9170 from danudey/dfox-check-release-notes-review…
Browse files Browse the repository at this point in the history
…-v3.26

Re-run release note checks when PR is ready for review [v3.26]
  • Loading branch information
caseydavenport committed Aug 23, 2024
2 parents 35aa1c1 + 5a5fed2 commit 2130210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Validate Release Notes
on:
pull_request:
types: [labeled, unlabeled, edited, synchronize]
types: [labeled, unlabeled, edited, synchronize, ready_for_review]
jobs:
label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2130210

Please sign in to comment.