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 a276e35 commit 4d70862Copy full SHA for 4d70862
.github/workflows/missing-documentation-reminder.yml
@@ -25,7 +25,7 @@ jobs:
25
id: find-prs
26
with:
27
script: |
28
- const query = `repo:${context.repo.owner}/${context.repo.repo} is:pr is:closed label:"needs documentation" is:merged`;
+ const query = `repo:${context.repo.owner}/${context.repo.repo} author:makspll`;
29
const encodedQuery = encodeURIComponent(query);
30
31
console.log(encodedQuery);
0 commit comments