Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fully support Events API v2 in PagerDuty step #697

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
revert: Remove PD event action arg
kiyanmair committed Jul 14, 2024
commit d71364022e5d2dc35669a2925e9631cabd6828a7
1 change: 0 additions & 1 deletion incubating/pagerduty-alert/lib/pagerduty_alert.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ def main():
service_id = os.getenv('SERVICE_ID')
title = os.getenv('TITLE')
pagerduty_type = os.getenv('PAGERDUTY_ALERT_TYPE')
pagerduty_event_action = os.getenv('PAGERDUTY_EVENT_ACTION')

if pagerduty_type == 'incident':
session = APISession(api_token, default_from=from_email)