-
Notifications
You must be signed in to change notification settings - Fork 2
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
Search against filtered post content by default #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linting failed (25 errors).
25 notices occurred in your codebase, but none on files/lines included in this PR.
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v6-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 82c4556bb5ff653d116af05f5e20210eaf6a94dc c3832debd9eaae9047b9b4599205685ae2ebc7c0
# Create a new branch with these backported commits.
git checkout -b backport-160-to-v6-branch
# Push it to GitHub.
git push --set-upstream origin backport-160-to-v6-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v5-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 82c4556bb5ff653d116af05f5e20210eaf6a94dc c3832debd9eaae9047b9b4599205685ae2ebc7c0
# Create a new branch with these backported commits.
git checkout -b backport-160-to-v5-branch
# Push it to GitHub.
git push --set-upstream origin backport-160-to-v5-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport Then, create a pull request where the |
Fixes #152