[Feature Request] Check if PR description exists #65
Replies: 6 comments
|
@anthonyma94 can you please provide some more information, I don't fully understand what you are trying to achieve. Some examples may be good... |
|
If you like to enforce a description something like this may do it: "$.+\n\n.+" Does this help or do you still need something else? |
|
Unfortunately that doesn't work. If the description is empty while the |
Why do you need to set |
|
I wanted to check for description based on the title regex. Do you have any suggestions for that? |



Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm wondering if there can be a boolean flag to check if a PR description exists. I'd like to be able to check if a description exists given a specific pattern for PR title :)
All reactions