Skip to content

Commit 138e42b

Browse files
authored
Merges #655 Closes #655
2 parents 6a5f6f5 + eea0d86 commit 138e42b

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

aliases.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,52 @@
314314
}
315315
]
316316
},
317+
"github:issue": {
318+
"raw": [
319+
{
320+
"alias": "github-raw"
321+
}
322+
],
323+
"enrich": [
324+
{
325+
"alias": "github_issues"
326+
},
327+
{
328+
"alias": "affiliations"
329+
},
330+
{
331+
"alias": "all_enriched"
332+
},
333+
{
334+
"alias": "all_enriched_tickets",
335+
"filter" : {
336+
"terms" : {
337+
"pull_request" : ["false"]
338+
}
339+
}
340+
},
341+
{
342+
"alias": "github_issues_onion-src",
343+
"filter" : {
344+
"terms" : {
345+
"pull_request" : [
346+
"false"
347+
]
348+
}
349+
}
350+
},
351+
{
352+
"alias": "github_prs_onion-src",
353+
"filter" : {
354+
"terms" : {
355+
"pull_request" : [
356+
"true"
357+
]
358+
}
359+
}
360+
}
361+
]
362+
},
317363
"gitlab:issue": {
318364
"raw": [
319365
{

0 commit comments

Comments
 (0)