diff --git a/template/.github/workflows/{% if test %}update-integration-tests.yml{% endif %} b/template/.github/workflows/{% if test %}update-integration-tests.yml{% endif %} index 1cae0ed..68a4168 100644 --- a/template/.github/workflows/{% if test %}update-integration-tests.yml{% endif %} +++ b/template/.github/workflows/{% if test %}update-integration-tests.yml{% endif %} @@ -14,7 +14,10 @@ jobs: ( github.event.issue.author_association == 'OWNER' || github.event.issue.author_association == 'COLLABORATOR' || - github.event.issue.author_association == 'MEMBER' + github.event.issue.author_association == 'MEMBER' || + github.event.comment.author_association == 'OWNER' || + github.event.comment.author_association == 'COLLABORATOR' || + github.event.comment.author_association == 'MEMBER' ) && github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots') runs-on: ubuntu-latest