8000 [pull] master from Reviewable:master by pull[bot] · Pull Request #89 · AKJUS/Reviewable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[pull] master from Reviewable:master #89

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

Merged
merged 1 commit into from
May 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/reviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ If the repository is connected, by default, when a pull request's author submits

You can opt-out of this feature, and have your drafts always published as soon as you submit them as a pull request author by unchecking the **Publish on push** box. This setting persists globally for the logged in user.

This feature is only available to pull request authors, while reviewers will always have their drafts published instantly on submission.
If *Publish on Push* isn't available, it could be due to one of the following reasons:

1. **You're not the author of the pull request.** Reviewers will always have their drafts published instantly on submission.
2. **The repository isn't connected.** The repository needs to be connected for Reviewable to detect when new code is pushed.
3. **The pull request has already been merged or closed.** *Publish on Push* is only available for open pull requests.

### Conclusion

Expand Down
0