Slide 27
Slide 27 text
def file_an_issue(gh_client, host, expiration):
gh_client.create_issue(
"django", "django",
"Cert expiring soon: {}".format(host),
"The cert for `{}` expires on {}, get a new one!".format(
host, expiration
),
"alex",
labels=["ssl-cert"]
)