Skip to content

Commit

Permalink
added schedule to need-reply workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santacodes committed Mar 13, 2024
1 parent 705baff commit 6a018d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/need_reply_remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a018d6

Please sign in to comment.