Shopify / Shopify/shipit-engine
Enable wildcards in status checks
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 1.5k
- Forks
- 154
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 3
Description
Description
Sometimes, our deployment pipeline is failing due to commit status we don't really care about and we have lots of them. Instead of listing them manually, it would be great to enable wildcards so we don't have to keep track of specific strings and only keep track of prefixes.
Current state:
ci:
require:
- ci/one
- ci/two
hide:
- gh/dependabot
- gh/auto-merge
- gh/notify-oncall
Goal state:
ci:
require:
- ci/one
- ci/two
hide:
- gh/*
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the status-check configuration and the code that processes the ci.require and ci.hide YAML entries. Verify how matching currently handles exact strings, then test the goal-state configuration with gh/*; done means matching status names can be hidden by prefix wildcard without listing each name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100