Skip to content

Commit d39c433

Browse files
committed
repo scope properly
1 parent e3c4961 commit d39c433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/missing-documentation-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
const repo = context.repo;
2929
const repo_scope = `${repo.owner}/${repo.repo}`;
3030
31-
const query = `${repo_scope} bevy`;
31+
const query = `repo:${repo_scope} bevy`;
3232
const encodedQuery = encodeURIComponent(query);
3333
3434
console.log(encodedQuery);

0 commit comments

Comments
 (0)