class PullRequest

Methods

static array
handle($json_content)

"assigned", "unassigned", "review_requested", "review_request_removed", "labeled", "unlabeled", "opened", "synchronize", "edited", "closed", or "reopened".

static array
labeled($json_content, bool $unlabeled = false)

No description

static array
assigned($json_content)

No description

Details

at line 24
static array handle($json_content)

"assigned", "unassigned", "review_requested", "review_request_removed", "labeled", "unlabeled", "opened", "synchronize", "edited", "closed", or "reopened".

Parameters

$json_content

Return Value

array

Exceptions

Exception

at line 105
static array labeled($json_content, bool $unlabeled = false)

Parameters

$json_content
bool $unlabeled

Return Value

array

Exceptions

Exception

at line 170
static array assigned($json_content)

Parameters

$json_content

Return Value

array

Exceptions

Exception