Skip to content

Commit f21d821

Browse files
author
Marcin Mazurek
committed
[DDW-844] Address code review feedback
1 parent bbceafd commit f21d821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Open a thread on #daedalus-qa on Slack, mention `@daedalusqa` and `@daedalusteam
4141
- [ ] PR assigned to the PR author(s)
4242
- [ ] `input-output-hk/daedalus-dev` and `input-output-hk/daedalus-qa` assigned as PR reviewers
4343
- [ ] If there are UI changes, Alexander Rukin assigned as an additional reviewer
44-
- [ ] All visual regression testing has been reviewed (Go to Github Actions tab -> Select Chromatic workflow -> Run on your working branch)
44+
- [ ] All visual regression testing has been reviewed (assign `run Chromatic` label to PR to trigger the run)
4545
- [ ] PR has appropriate labels (`release-vNext`, `feature`/`bug`/`chore`, `WIP`)
4646
- [ ] PR link is added to a Jira ticket, ticket moved to In Review
4747
- [ ] PR is updated to the most recent version of the target branch (and there are no conflicts)

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
chromatic-deployment:
12-
if: contains(github.event.pull_request.labels.*.name, 'run-VR')
12+
if: contains(github.event.pull_request.labels.*.name, 'run Chromatic')
1313
runs-on: ubuntu-latest
1414
env:
1515
STORYBOOK_FREEZE_DATE: "true"

0 commit comments

Comments
 (0)