Skip to content

Commit

Permalink
Merge branch 'develop' into flake8-bugbear-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Mar 13, 2024
2 parents c8b39db + 025698b commit 12a0f67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/need_reply_remove.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Remove needs-reply label

on:
schedule:
- cron: '0 3 * * 1'
issue_comment:
types:
- created
Expand All @@ -11,7 +13,8 @@ jobs:
if: |
github.event.comment.author_association != 'OWNER' &&
github.event.comment.author_association != 'COLLABORATOR' &&
github.repository_owner == 'pybamm-team'
github.repository_owner == 'pybamm-team' &&
github.event_name != 'pull_request'
steps:
- name: Remove needs-reply label
uses: octokit/request-action@v2.x
Expand Down

0 comments on commit 12a0f67

Please sign in to comment.