ci: skip CI jobs for release commits
Maintainers usually reply within 1 day
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- github-actions, typescript
- Domain
- ci-cd
Research direction
Look at the CI workflow file (likely .github/workflows/ci.yml) to understand the job structure. The condition to skip jobs for commits with messages starting with 'chore(release):' needs to be added. Check the existing 'verify.yml' workflow to see how verification is called. Test by creating a dummy commit with that message pattern and observing the CI behavior.
Written by the indexing model from the issue text.
Description
Description
Merging a release PR such as #2391 pushes a chore(release): commit to refactor, triggering both CI and release publishing. Both workflows independently call verify.yml, duplicating Linux and Windows verification.
Expected behavior
Skip both jobs in ci.yml for pushes whose head commit message starts with chore(release):. Keep PR verification and manual CI verification enabled. The release workflow continues to run its own verification before publishing.
GitHub will still create a skipped CI workflow entry. This also skips CI's macOS and E2E checks on release pushes.
- Dominant language
- TypeScript
- Stars
- 291
- Forks
- 96
- Avg merge
- 20h 50m
- Merged PRs (30d)
- 214
Getting set up
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.
More from aws/agentcore-cli
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
aws/agentcore-cli#2395 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
aws/agentcore-cli#2267 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
aws/agentcore-cli#2258 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
aws/agentcore-cli#2176 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
aws/agentcore-cli#2140 ·
Maintainers usually reply within 1 day
All issues in aws/agentcore-cli
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
opengovsg/FormSG#10118 · 1 comment ·
Maintainers usually reply within 1 day
-
ai-driven-qa bug claude
Difficulty 1/5 Under an hour Newbie friendliness 75/100
linagora/twake-calendar-frontend#1434 · 1 comment ·
Maintainers usually reply within 1 day
-
check:passed streams:add
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
iptv-org/iptv#52824 · 2 comments ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 Half a day Newbie friendliness 78/100
jaegertracing/jaeger-ui#4512 ·
Maintainers usually reply within 1 day
-
area:ide documentation enhancement platform:macos platform:vscode
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
anthropics/claude-code#97389 ·
Maintainers usually reply within 1 day