Pull Requests Builds do not run
Answered
I configured "Pull Requests" build feature for my project on BitBucket and it worked fine for some time. But now all pull requests get into "Non-built Branch" section:
I did not change anything in my configuration, but somehow pull requests builds do not run automatically anymore.
Does anyone know what the cause of this problem is and how to solve it?
Please sign in to leave a comment.

Can you share some screenshots of your configuration? It might be useful to see your Pull Request settings, VCS Root settings, Checkout Rules, etc...
We've also seen this type of behavior for a period of time after the TC server is rebooted. As a workaround, we've manually been re-running those PR's in the Non-build section whenever we see them, not ideal. Alternatively, it seems that the PR's get properly triggered if a 2nd commit is executed for that PR. I think making a superficial change in the VCS settings may trigger the PR's to start automatically getting built again, but we need to do some further testing the next time a reboot of our server is needed. My experience is that once we're out of this situation, we don't see it again until a reboot of the server occurs.
UPDATE:
A teammate reminded me that a possible culprit was that the timezone setting kept resetting whenever our server was rebooted. That caused our database and server clocks to be out of sync. Fixing this and re-saving the VCS settings seemed to have fixed the issue. Of course, further testing is needed.
TeamCity Enterprise 2020.1.2 (build 78726)
Mishael, what version of TeamCity are you using?
Eric Borchardt, TeamCity Enterprise 2020.1.2 (build 78726). Edited above with more notes.