Skip to content

Commit

Permalink
Fix: missing script, stale bot rfc closing, chromatic branch name (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Feb 26, 2024
1 parent df2038a commit 7c3530a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- recursive: false
args: [--frozen-lockfile]
- name: Publish to Chromatic
if: github.ref != 'refs/heads/canary'
if: github.ref != 'refs/heads/main'
uses: chromaui/action@a89b674adf766dbde41ad9ea2b2b60b91188a0f0 # v6.17.4
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Publish to Chromatic and auto accept changes
if: github.ref == 'refs/heads/canary'
if: github.ref == 'refs/heads/main'
uses: chromaui/action@a89b674adf766dbde41ad9ea2b2b60b91188a0f0 # v6.17.4
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
days-before-stale: 14
days-before-close: 2
exempt-pr-labels: epic,triage,bug,blocker,backlog,feature
exempt-issue-labels: epic,triage,bug,blocker,backlog,feature
exempt-issue-labels: epic,triage,bug,blocker,backlog,feature,rfc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "vitest",
"dev": "storybook dev -p 6006",
"dev:docs": "storybook dev -p 6006 --docs",
"release": "pnpm publish && pnpm exec changeset tag && git push --follow-tags",
"publish:ci": "pnpm publish && pnpm exec changeset tag && git push --follow-tags",
"prepare": "is-ci || husky install",
"chromatic": "chromatic --exit-zero-on-changes"
},
Expand Down

0 comments on commit 7c3530a

Please sign in to comment.