We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832c44b commit e614274Copy full SHA for e614274
1 file changed
dags/webcompat_kb.py
@@ -29,7 +29,7 @@
29
30
default_args = {
31
"owner": "kberezina@mozilla.com",
32
- "email": ["kberezina@mozilla.com", "webcompat-internal@mozilla.org"],
+ "email": ["kberezina@mozilla.com", "jgraham@mozilla.com", "webcompat-internal@mozilla.org"],
33
"depends_on_past": False,
34
"start_date": datetime(2023, 9, 26),
35
"email_on_failure": True,
0 commit comments