We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026eb30 commit 1c28f35Copy full SHA for 1c28f35
.github/copy-pr-bot.yaml
@@ -5,6 +5,6 @@
5
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
6
7
enabled: true
8
-# always require manual CI triggering, ignoring signed commits
+# auto-sync ready PRs so CI starts immediately; keep draft PRs manual
9
auto_sync_draft: false
10
-auto_sync_ready: false
+auto_sync_ready: true
0 commit comments