From 6a018d62e638857daf11379099d22c4de85a9697 Mon Sep 17 00:00:00 2001 From: Santhosh Sundaram Date: Wed, 13 Mar 2024 22:45:24 +0530 Subject: [PATCH] added schedule to need-reply workflow --- .github/workflows/need_reply_remove.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/need_reply_remove.yml b/.github/workflows/need_reply_remove.yml index 959891aec8..0314e0e19c 100644 --- a/.github/workflows/need_reply_remove.yml +++ b/.github/workflows/need_reply_remove.yml @@ -11,6 +11,8 @@ jobs: if: | github.event.comment.author_association != 'OWNER' && github.event.comment.author_association != 'COLLABORATOR' && + github.repository_owner == 'pybamm-team' && + !github.event.issue.pull_request github.repository_owner == 'pybamm-team' steps: - name: Remove needs-reply label