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: [FC-0074] add support for optional trigger information #143

Merged
merged 12 commits into from
Jan 15, 2025
Merged
Prev Previous commit
Next Next commit
fix: add id to trigger section
mariajgrimaldi committed Dec 27, 2024
commit 549faa62343a44775b4aae5f3f2d32781235787a
Original file line number Diff line number Diff line change
@@ -140,6 +140,7 @@ def iter_nodes(self):
event_trigger_repository, event_name, event_trigger
),
),
ids=[f"trigger-{event_name}"],
)

if event.get(".. event_warning:") not in (None, "None", "n/a", "N/A"):