diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 770d2fa63..5b5f41840 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -10,7 +10,7 @@ jobs: name: Consumer Tests runs-on: ubuntu-latest - if: github.event.comment.body == '/it' && (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER') + if: github.event.comment.body == '/it' && (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER') steps: - name: get pull request url