Skip to content

Commit

Permalink
re-add missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Jan 17, 2025
1 parent 305ad1a commit 608a3d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/confirm-environment-owner/owner-notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
import argparse
from notifications_python_client.notifications import NotificationsAPIClient

# Sends an email to the environment owner using Gov Notify with the following parameters:
# - The environment name
# - The owner email address
# - A link to the github issue generated by the calling script.

# Using argparse instead of sys.argv.

EMAIL_BODY_TEMPLATE = """
Hello,
Expand Down

0 comments on commit 608a3d3

Please sign in to comment.