Skip to content

Commit

Permalink
chore: add ready_for_review to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jul 10, 2024
1 parent faccee1 commit 0eb6e06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs_update-references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- opened
- synchronize
- ready_for_review
paths:
- faststream/**

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
types:
- opened
- synchronize
- ready_for_review
branches:
- main
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
types:
- opened
- synchronize
- ready_for_review
branches:
- main
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
types:
- opened
- synchronize
- ready_for_review
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
merge_group:
types:
Expand Down

0 comments on commit 0eb6e06

Please sign in to comment.