Skip to content

Commit f1ecacc

Browse files
authored
chore: Add filtered pending PRs link to main page (#18854)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## Rationale for this change I'm frustrated every time I need to apply a multifield filter to get a list of PRs that ready to be reviewed, adding this filter to the main page as the badge along with the PR number The current PR filter: - not draft - not yet approved - CI passed <img width="128" height="44" alt="image" src="https://github.com/user-attachments/assets/2a42f516-cb09-4aad-8d42-f9826e152f09" /> <!-- Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed. Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes. --> ## What changes are included in this PR? <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
1 parent 8a91db5 commit f1ecacc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
[![Build Status][actions-badge]][actions-url]
2525
![Commit Activity][commit-activity-badge]
2626
[![Open Issues][open-issues-badge]][open-issues-url]
27+
[![Pending PRs][pending-pr-badge]][pending-pr-url]
2728
[![Discord chat][discord-badge]][discord-url]
2829
[![Linkedin][linkedin-badge]][linkedin-url]
2930
![Crates.io MSRV][msrv-badge]
@@ -39,6 +40,8 @@
3940
[commit-activity-badge]: https://img.shields.io/github/commit-activity/m/apache/datafusion
4041
[open-issues-badge]: https://img.shields.io/github/issues-raw/apache/datafusion
4142
[open-issues-url]: https://github.com/apache/datafusion/issues
43+
[pending-pr-badge]: https://img.shields.io/github/issues-search/apache/datafusion?query=is%3Apr+is%3Aopen+draft%3Afalse+review%3Arequired+status%3Asuccess&label=Pending%20PRs&logo=github
44+
[pending-pr-url]: https://github.com/apache/datafusion/pulls?q=is%3Apr+is%3Aopen+draft%3Afalse+review%3Arequired+status%3Asuccess+sort%3Aupdated-desc
4245
[linkedin-badge]: https://img.shields.io/badge/Follow-Linkedin-blue
4346
[linkedin-url]: https://www.linkedin.com/company/apache-datafusion/
4447
[msrv-badge]: https://img.shields.io/crates/msrv/datafusion?label=Min%20Rust%20Version

0 commit comments

Comments
 (0)