From e4d8335a34bc926cb6c3d91438d5827afcfd4f8a Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 5 Oct 2023 16:41:32 +0100 Subject: [PATCH] Update GitHub PR workflow --- .github/workflows/publish-storybook.yml | 2 +- .github/workflows/pull-request.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-storybook.yml b/.github/workflows/publish-storybook.yml index 09dc72f2..5f7f4cfd 100644 --- a/.github/workflows/publish-storybook.yml +++ b/.github/workflows/publish-storybook.yml @@ -69,4 +69,4 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} storybookBuildDir: storybook exitZeroOnChanges: true - # autoAcceptChanges: true # TODO: Enable once release - won't be pushing new features directly to main + autoAcceptChanges: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7aafc918..84df3c8f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,9 +4,8 @@ on: pull_request: types: - opened - - reopened + - synchronize - edited - - ready_for_review concurrency: group: pull-request-${{ github.ref }}