We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae2401 commit d1b43afCopy full SHA for d1b43af
.github/workflows/chromatic.yml
@@ -17,9 +17,16 @@ jobs:
17
id: chromatic
18
uses: chromaui/action@v1
19
with:
20
+ exitZeroOnChanges: true
21
+ autoAcceptChanges: true
22
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
23
24
+ github-bot-storybook:
25
+ runs-on: ubuntu-latest
26
+ needs: [chromatic-deployment]
27
+ steps:
28
- name: Create comment PR
- uses: thollander/actions-comment-pull-request@v1
29
+ uses: thollander/actions-comment-pull-request@v2
30
31
+ comment_tag: ${{github.event.number}}-storybook
32
message: "storybook: ${{steps.chromatic.outputs.storybookUrl }}"
0 commit comments