Skip to content

Commit 1c28f35

Browse files
authored
Enable automatic CI for ready PRs (#1761)
1 parent 026eb30 commit 1c28f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copy-pr-bot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
66

77
enabled: true
8-
# always require manual CI triggering, ignoring signed commits
8+
# auto-sync ready PRs so CI starts immediately; keep draft PRs manual
99
auto_sync_draft: false
10-
auto_sync_ready: false
10+
auto_sync_ready: true

0 commit comments

Comments
 (0)