We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f9bd9 commit d4efdffCopy full SHA for d4efdff
.github/workflows/publish.yml
@@ -226,7 +226,7 @@ jobs:
226
uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13.3.5
227
if: |
228
github.event.pull_request.draft == false &&
229
- github.actor != 'dependabot[bot]'
+ github.actor != 'dependabot[bot]' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci/chromatic'))
230
with:
231
autoAcceptChanges: ${{ env.MAIN_BRANCH }}
232
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
0 commit comments