From e3ad162ffcf2b69e37c7c1682741e53142737266 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Tue, 26 Mar 2024 16:21:59 +0000 Subject: [PATCH] Allow access to the appointments table for specific repos i.e. internal projects appointments-short-data-report and with-gp-consultations-curation --- repository_permissions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repository_permissions.yaml b/repository_permissions.yaml index 28fbec7..be4056d 100644 --- a/repository_permissions.yaml +++ b/repository_permissions.yaml @@ -22,3 +22,7 @@ opensafely/openprompt-cohort-profile: allow: ['open_prompt'] opensafely/waiting-list: allow: ['wl_clockstops', 'wl_clockstops_raw', 'wl_openpathways', 'wl_openpathways_raw'] +opensafely/appoinments-short-data-report: + allow: ['appointments'] +opensafely/with-gp-consultations-curation: + allow: ['appointments']