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

Add tricks for the Pull Requests review? #325

Open
matrixise opened this issue Feb 5, 2018 · 1 comment
Open

Add tricks for the Pull Requests review? #325

matrixise opened this issue Feb 5, 2018 · 1 comment
Labels
enhancement guide-new content Additions; New content or section needed topic-pull requests

Comments

@matrixise
Copy link
Member

Hi all,

I would like to add a small section or a paragraph about the review of the Pull Requests. For example, for us, the contributors and core-dev of Python we are looking for the issues of 3.7 and 3.8 (because we have to fix them for these releases ;-))

How can we do that with the interface of Github ? because there is no labels '3.8' or '3.7' on the PRs, but in fact, we can use the advanced search of Github, and add base:3.7 in the search box.

By default, we have is:pr is:open, these criteria will search the Open PRs for the current project, but with is:pr is:open base:3.7, it will search for the Open PRs for the branch 3.7.

So, where could we add this trick about Github? any idea?

@erlend-aasland
Copy link
Contributor

erlend-aasland commented Aug 8, 2022

SGTM! Promoting creative use of GitHub filtering is nice; I was unaware of the base: keyword until now :) #TIL

@willingc willingc added guide-new content Additions; New content or section needed enhancement topic-pull requests and removed enhancement labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement guide-new content Additions; New content or section needed topic-pull requests
Projects
None yet
Development

No branches or pull requests

3 participants