Skip to content

Commit 7f63763

Browse files
authored
Merge pull request #59666 from github/repo-sync
Repo sync
2 parents 6a7766b + 1298e49 commit 7f63763

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GitHub Docs <!-- omit in toc -->
22

3-
Welcome to GitHub Docs! GitHub’s documentation is open source, meaning anyone from inside or outside the company can contribute. For full contributing guidelines, visit our [contributing guide](https://docs.github.com/en/contributing)
3+
Welcome to GitHub Docs! GitHub’s documentation is open source, meaning anyone from inside or outside the company can contribute. For full contributing guidelines, visit our [contributing guide](https://docs.github.com/en/contributing).
4+
45

56
## Quick links by contributor type
67

content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ For pull requests, you can also use search to:
242242
* Filter pull requests that someone has asked you directly to review: `state:open is:pr user-review-requested:@me`
243243
* Filter pull requests by the team requested for review: `state:open is:pr team-review-requested:github/docs`
244244
* Filter for pull requests that are linked to an issue that the pull request may close: `linked:issue`
245+
* Filter pull requests where all statuses are successful: `status:success`
246+
* Filter pull requests with at least one error or failure status: `status:failure`
247+
* Filter pull requests with no statuses or at least one status in the pending state: `status:pending`
245248
* Filter pull requests by state of [merging](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges): `is:merged` or `is:unmerged`
246249

247250
## Sorting issues and pull requests

0 commit comments

Comments
 (0)