mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 15:58:56 -04:00
actions: nvchecker: fix issues search deprecated
This commit is contained in:
parent
c2f17e4b0d
commit
e61336f118
1
.github/workflows/issues-bumper.js
vendored
1
.github/workflows/issues-bumper.js
vendored
@ -87,6 +87,7 @@ module.exports = async ({ github, context, core }) => {
|
||||
q: searchQuery,
|
||||
per_page: 100,
|
||||
page: page_number,
|
||||
advanced_search: "true",
|
||||
});
|
||||
response = searchIssues.data.items;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user