.github/workflows: nvchecker: remove label when searching

This commit is contained in:
jinqiang zhang 2025-03-23 05:33:33 +00:00
parent 6f02dcc7c0
commit c75865e018

View File

@ -85,7 +85,7 @@ module.exports = async ({ github, context, core }) => {
`;
const variables = {
searchQuery: `repo:${repoName} is:issue label:nvchecker in:title ${titlePrefix}`,
searchQuery: `repo:${repoName} is:issue in:title ${titlePrefix}`,
cursor: null,
};