How to configure a PR template so all new PRs are draft by default #781
-
|
In the code of (setq forge--buffer-draft-p (alist-get 'draft template))I understand from this code that it would be possible to add a Is there any hope to get new PRs to always be in draft mode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Fixed in 4c5416e.
So? (It's not supposed too. I don't see how this is relevant.)
With the above commit adding this to your template works: ---
draft: true
---I also tested the approach mentioned in d33aaf4, though it is possible that that depends on 14ab78a, which I had not pushed yet. At least one more big commit is coming soon. I suggest you wait until that has landed. |
Beta Was this translation helpful? Give feedback.
Fixed in 4c5416e.
So? (It's not supposed too. I don't see how this is relevant.)
With the above commit adding this to your template works:
I also tested the approach mentioned in d33aaf4, though it is possible that that depends on 14ab78a, which I had not pushed yet.
At least one more big commit is coming soon. I suggest you wait until that has lan…