mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-20 18:13:49 +00:00
* ci: require an open issue for first-time contributor PRs Gate anyone who is not a returning contributor, and allow the PR only when a closing keyword points at an open issue in this repo. * ci: accept any open issue mention for first-timer PRs Drop the closing-keyword regex so #123, owner/repo#N, or an issue URL is enough when that issue is open. * ci: ignore foreign owner/repo#N in first-timer issue gate Bare #123 no longer matches the suffix of other/repo#123, so an open local issue cannot keep that PR open.
24 lines
540 B
Markdown
24 lines
540 B
Markdown
## Related issue
|
|
|
|
Fixes #
|
|
|
|
<!--
|
|
First-time contributors must mention an existing open issue in this repo
|
|
(for example #123). PRs without a linked open issue are closed automatically.
|
|
-->
|
|
|
|
## Summary
|
|
|
|
<!-- Explain the solution and why. -->
|
|
|
|
## Verification
|
|
|
|
<!-- List the automated and manual checks used to verify the change. -->
|
|
|
|
- [ ] Tests added or updated for the changed behavior
|
|
- [ ] Relevant tests and quality checks pass locally
|
|
|
|
## Additional context
|
|
|
|
<!-- Include screenshots, compatibility notes, follow-up work, or "None". -->
|