We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c4961 commit d39c433Copy full SHA for d39c433
.github/workflows/missing-documentation-reminder.yml
@@ -28,7 +28,7 @@ jobs:
28
const repo = context.repo;
29
const repo_scope = `${repo.owner}/${repo.repo}`;
30
31
- const query = `${repo_scope} bevy`;
+ const query = `repo:${repo_scope} bevy`;
32
const encodedQuery = encodeURIComponent(query);
33
34
console.log(encodedQuery);
0 commit comments