Lilictocat v0.1.2 Lilictocat View Source

Lilictocat is a simple pull request "finder"

based on pre-defined rules by the user, it will look for the pull request link in your organization that best fits the rule

in this alpha version we are only working with one rule, in the future we will have a way to customize your own rules

Link to this section Summary

Functions

returns the link to the oldest pull request that has no views.

Link to this section Functions

Link to this function

get_oldest_pull_request_without_review()

View Source

Specs

get_oldest_pull_request_without_review() :: String.t()

returns the link to the oldest pull request that has no views.

Examples

iex> Lilictocat.get_oldest_pull_request_without_review()
"https://github.com/dominaria/zoombie/pull/666"