mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-18 09:06:02 +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.
540 B
540 B
Related issue
Fixes #
Summary
Verification
- Tests added or updated for the changed behavior
- Relevant tests and quality checks pass locally