From 954962259021413ac14ab0b97e57eb905be565b8 Mon Sep 17 00:00:00 2001 From: Santhosh Sundaram Date: Wed, 13 Mar 2024 19:07:24 +0530 Subject: [PATCH] added a schedule on needs-reply workflow --- .github/workflows/need_reply_remove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/need_reply_remove.yml b/.github/workflows/need_reply_remove.yml index 9cc68a1ba3..7b0393cbf2 100644 --- a/.github/workflows/need_reply_remove.yml +++ b/.github/workflows/need_reply_remove.yml @@ -13,6 +13,7 @@ jobs: if: | github.event.comment.author_association != 'OWNER' && github.event.comment.author_association != 'COLLABORATOR' && + github.repository_owner == 'pybamm-team' !github.event.issue.pull_request steps: - name: Remove needs-reply label