How to fetch Pull request name in pipeline

Hello,

I need to check Pull request name starts “Framework:” or not if yes then need to execute step1 otherwise step2, I am not able to find any reference for same.
I am creating drone pipeline for kubernetes.
Thanks,

Hello,

This capability is currently not built into Drone.

You might be able to build a conversion extension that does this for you Conversion Extension | Drone

estabilish a convention based on branch names instead of pr name?

when:
  branch: [`framework/*`]