NAME

WebService::Bugzilla::GitHub - Bugzilla GitHub integration service

VERSION

version 0.001

SYNOPSIS

$bz->github->pull_request(
    bug_id     => 12345,
    pull_url   => 'https://github.com/org/repo/pull/42',
);

$bz->github->push_comment(
    bug_id  => 12345,
    text    => 'Commit abc123 pushed to main',
);

DESCRIPTION

Integration helpers for GitHub-related Bugzilla web-service endpoints. These endpoints are BMO-specific extensions.

METHODS

pull_request

my $res = $bz->github->pull_request(%params);

Notify Bugzilla about a GitHub pull request.

push_comment

my $res = $bz->github->push_comment(%params);

Push a GitHub commit/comment notification to a Bugzilla bug.

SEE ALSO

WebService::Bugzilla - main client

AUTHOR

Dean Hamstead <dean@fragfest.com.au>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Dean Hamstead.

This is free software, licensed under:

The MIT (X11) License