rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

Require approval to run CI on draft PRs #4789

Closed bdice closed 3 days ago

bdice commented 3 days ago

By default, CI runs on draft PRs. This leads to many CI runs that may be unnecessary.

With this PR's change to .github/copy-pr-bot.yaml, an /ok to test comment from a trusted user is required to trigger CI on draft PRs. Non-draft PRs will run CI by default, assuming that all commits are signed by trusted users. Otherwise an /ok to test is required (as before) -- see the copy-pr-bot docs at https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/ for more information.

Part of https://github.com/rapidsai/build-planning/issues/123.

jameslamb commented 3 days ago

The docs-build failure here is unrelated to this PR's changes.

ref: https://github.com/rapidsai/cugraph/pull/4784#issuecomment-2501996065