Commit ae6816c
authored
Require approval to run CI on draft PRs (#498)
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 rapidsai/build-planning#123.
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- James Lamb (https://github.com/jameslamb)
URL: #4981 parent bd0620d commit ae6816c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments