Skip to content

Commit 5598719

Browse files
Adding a default query to GH search action
1 parent ef829dc commit 5598719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-search-issues-and-pull-requests",
55
name: "Search Issues and Pull Requests",
66
description: "Find issues and pull requests by state and keyword. [See the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)",
7-
version: "0.2.3",
7+
version: "0.2.4",
88
type: "action",
99
props: {
1010
github,
@@ -19,6 +19,7 @@ This will return issues in the repository [octocat/Hello-World](https://github.c
1919
label: "Query",
2020
description: "The query contains one or more search keywords and qualifiers. [See the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests) for more information and examples",
2121
type: "string",
22+
default: "repo:pipedreamhq/pipedream is:pr is:open sort:updated-desc",
2223
},
2324
maxResults: {
2425
label: "Maximum Results",

0 commit comments

Comments
 (0)