Make forge--buffer-draft-p a configuration option #509
Closed
DamienCassou
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
I volunteer to create a PR. |
Beta Was this translation helpful? Give feedback.
2 replies
-
How do I enable this in my config. I am not looking necessary to set this as a directory local variable. I put |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The variable
forge--buffer-draft-p
controls whether the PR to be created will be a draft or not. In some projects, all new PRs should be drafts at first. As a result, it would be helpful to setforge--buffer-draft-p
as a directory-local variable in these projects. This is already possible but because the variable is private (indicated by the--
in the name) and because it is not adefcustom
, this feels awkward.I suggest creating a
defcustom
for this variable and making it public.Beta Was this translation helpful? Give feedback.
All reactions