Commit b8c4a7d
authored
Require approval to run CI on draft PRs (#52)
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:
- Erik Welch (https://github.com/eriknw)
- James Lamb (https://github.com/jameslamb)
URL: #521 parent e98d5c4 commit b8c4a7d
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