From 19d91cba3070af331f18e67e41fba052f342b46d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 2 Feb 2024 11:54:04 -0800 Subject: [PATCH 1/2] add SCIM and OAuth WGs --- mls.json | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 92969ba..5eec403 100644 --- a/mls.json +++ b/mls.json @@ -435,5 +435,43 @@ ], "topic": "SCONEPRO BOF GitHub Activity Summary" } - } + }, + "oauth@ietf.org": { + "digest:sunday": { + "eventFilter": { + "notlabel": [ + "editorial" + ] + }, + "repos": [ + "oauth-wg/oauth-browser-based-apps", + "oauth-wg/oauth-identity-chaining", + "oauth-wg/oauth-transaction-tokens", + "oauth-wg/oauth-sd-jwt-vc", + "oauth-wg/draft-ietf-oauth-resource-metadata", + "oauth-wg/oauth-cross-device-security", + "oauth-wg/oauth-selective-disclosure-jwt", + "oauth-wg/oauth-v2-1", + "oauth-wg/oauth-browser-based-apps" + ], + "topic": "OAuth Activity Summary" + } + }, + "scim@ietf.org": { + "digest:sunday": { + "eventFilter": { + "notlabel": [ + "editorial" + ] + }, + "repos": [ + "ietf-scim-wg/draft-ietf-scim-cursor-pagination", + "ietf-scim-wg/draft-sehgal-scim-delta-query", + "ietf-scim-wg/draft-ietf-scim-events", + "ietf-scim-wg/draft-ietf-scim-roles-entitlements", + "ietf-scim-wg/draft-dingle-scim-use-cases" + ], + "topic": "SCIM Activity Summary" + } + }, } From aa8b579c2871774d795bfd1f4e647fcbb1d2f640 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 2 Feb 2024 11:54:30 -0800 Subject: [PATCH 2/2] rm trailing comma --- mls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 5eec403..8fb2c86 100644 --- a/mls.json +++ b/mls.json @@ -473,5 +473,5 @@ ], "topic": "SCIM Activity Summary" } - }, + } }