Skip to content

Commit

Permalink
fix: Fix Storybook build workflow name, & make Mergify look for it.
Browse files Browse the repository at this point in the history
Also, the Mergify `queue_rules` were still gated on the
`deploy-to-chromatic` status check, so I've fixed that here, as well.
  • Loading branch information
dhess committed Jun 2, 2022
1 parent 7ceef0b commit fa53a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pull_request_rules:
- label="Ready to merge"
- "#changes-requested-reviews-by=0"
- check-success="build-frontend"
- check-success="build-storybook"
- check-success="buildkite/primer-app/pr/required-nix-ci"

# Currently disabled due to https://github.com/hackworthltd/primer-app/pull/339
Expand Down Expand Up @@ -39,5 +40,5 @@ queue_rules:
conditions:
- base=main
- check-success="build-frontend"
- check-success="deploy-to-chromatic"
- check-success="build-storybook"
- check-success="buildkite/primer-app/pr/required-nix-ci"
2 changes: 1 addition & 1 deletion .github/workflows/build-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
build-frontend:
build-storybook:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit fa53a05

Please sign in to comment.