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 c42de29 commit 20b9cbdCopy full SHA for 20b9cbd
1 file changed
test/github.test.mjs
@@ -136,7 +136,7 @@ describe('github.mjs', () => {
136
{
137
advanced_search: true,
138
per_page: 1,
139
- q: 'is:open in:title repo:"nodejs/node" "Node.js Meeting 2025-01-15"',
+ q: 'in:title repo:"nodejs/node" "Node.js Meeting 2025-01-15"',
140
},
141
],
142
]);
@@ -188,7 +188,7 @@ describe('github.mjs', () => {
188
189
190
191
- q: 'is:open in:title repo:"nodejs/node" "Test"',
+ q: 'in:title repo:"nodejs/node" "Test"',
192
193
194
@@ -209,7 +209,7 @@ describe('github.mjs', () => {
209
210
211
212
213
214
215
0 commit comments