Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR demo: Allow anonymous review #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Polo2
Copy link
Member

@Polo2 Polo2 commented Oct 16, 2023

Review author is now nullable

Add nullable option from review author field.

Type went from 'string' to 'string | null',
this should not be a breaking change.

Polo2 added 2 commits October 16, 2023 10:57
Add nullable option from review `author` field.

Type went from 'string' to 'string | null',
this should not be a breaking change.
@github-actions
Copy link

🤖 API change detected:

Modified (5)

  • GET /reviews
    • Response modified: 200
      • Attribute modified: author
  • GET /reviews/{id}
    • Response modified: 200
      • Attribute modified: author
  • PATCH /reviews/{id}
    • Body modified
      • Attribute modified: author
    • Response modified: 200
      • Attribute modified: author
  • POST /reviews
    • Body modified
      • Attribute modified: author
    • Response modified: 201
      • Attribute modified: author
  • PUT /reviews/{id}
    • Body modified
      • Attribute modified: author
    • Response modified: 200
      • Attribute modified: author

Powered by Bump.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant