Skip to content

Commit 4d70862

Browse files
committed
test simpler query
1 parent a276e35 commit 4d70862

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
@@ -25,7 +25,7 @@ jobs:
2525
id: find-prs
2626
with:
2727
script: |
28-
const query = `repo:${context.repo.owner}/${context.repo.repo} is:pr is:closed label:"needs documentation" is:merged`;
28+
const query = `repo:${context.repo.owner}/${context.repo.repo} author:makspll`;
2929
const encodedQuery = encodeURIComponent(query);
3030
3131
console.log(encodedQuery);

0 commit comments

Comments
 (0)