-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow parametrizing the issue title (#38)
* try querying the title * declare the title as a parameter * trigger CI * pass the title * try using the search connection * try combining before passing to the query * use braces * pass as a query object * move the entire query construction to a separate variable * fix the label * remove a wrong semicolon * use a different parameter name * remove the extra query level * adapt to the changed variables and result structure * document the change * add semicolons at the end of each line Co-authored-by: Agriya Khetarpal <agriyakhetarpal@users.noreply.github.com> * try going back to assembling the string within the query construction * typo * more semicolons * refer to the variables object whenever necessary * more semicolon * try removing the braces * try doing the string interpolation in js * add back the quotes * only search for open issues --------- Co-authored-by: Agriya Khetarpal <agriyakhetarpal@users.noreply.github.com>
- Loading branch information
1 parent
4960d70
commit 123161b
Showing
2 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters