mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
.github/workflows: nvchecker: remove label when searching
This commit is contained in:
parent
6f02dcc7c0
commit
c75865e018
2
.github/workflows/issues-bumper.js
vendored
2
.github/workflows/issues-bumper.js
vendored
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user