Multiple Pull Request Templates in Mono repo

Viewed 270

I have a github single repo (mono repo) that looks like the following:

 /
  - .github
  - docs
  - web
  - mobile

Question:

I want to create a pull request template only for web but not for other folders. Is it possible to achieve it on github?

My pull_request_template.md:

<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## Web checklist
0 Answers
Related