How to make custom requests using ocktokit (for istance add specific query) #39
Unanswered
fabriziogianni7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I posted the question in stackoverflow. can you answer?
I repost here:
In my project, we use ocktokit to make requests to github. it's all good, except that I need to make custom queries on issues, for istance, I want to add:
-label:bot:ReadyToSign -label:Application:AddressNotValid
how should I do?
I tried using ockokit/request API and using something like that:
but is not working.
I would like also to search for text into the comments or body of issues, something like
in:body
orin:comments
Beta Was this translation helpful? Give feedback.
All reactions