Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • So you want to have different pull request approvers based on the filename? Commented Apr 18, 2019 at 8:21
  • and in fact, its not the file name but the content of the sql which you really need to check! Commented Apr 18, 2019 at 8:22
  • could you have different databases rather than schema? Commented Apr 18, 2019 at 8:23
  • Technically it's the contents of the file we want to check, but since it's a certain stored procedure to restrict, the name of which will be the name of the file, the necessary approvers would be based on the file names. Commented Apr 23, 2019 at 0:33