Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanator committed Nov 29, 2023
1 parent 942e678 commit 26a043d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sourcery_code_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types:
# Trigger the review when either of these events occur:
#
# - a pull request is opened in non-draft state
# - a pull request is opened and is not in draft state
# - a pull request is moved from draft to ready for review
# - the "sourcery-review" label is added to the pull request: add this label
# to your pull request to trigger a review. To re-request reviews, remove the
Expand All @@ -29,7 +29,7 @@ permissions:

jobs:
sourcery-coding-assistant-review:
# Only run this job when a PR is opened in non draft state,
# Only run this job when a PR is opened in and is not in draft state,
# is moved from draft to ready for review,
# or the "sourcery-review" label is added to the pull request.
if: |
Expand Down

0 comments on commit 26a043d

Please sign in to comment.