Skip to content

Commit e614274

Browse files
committed
chore: Add jgraham to notifications for webcompat jobs
1 parent 832c44b commit e614274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/webcompat_kb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
default_args = {
3131
"owner": "kberezina@mozilla.com",
32-
"email": ["kberezina@mozilla.com", "webcompat-internal@mozilla.org"],
32+
"email": ["kberezina@mozilla.com", "jgraham@mozilla.com", "webcompat-internal@mozilla.org"],
3333
"depends_on_past": False,
3434
"start_date": datetime(2023, 9, 26),
3535
"email_on_failure": True,

0 commit comments

Comments
 (0)