[autoscan] scan not triggered when push code/ create merge request

I committed file .sonarcloud.properties to master branch of my repo. Also there is an open pull request from master_draft_sprint_11 to master. I waited for a while but the scans are not auto triggered, are there something wrong?

.sonarcloud.properties:

Path to sources

sonar.sources=./app

Source encoding

sonar.sourceEncoding=UTF-8

PR

sonar.pullrequest.branch=master_draft_sprint_11
sonar.pullrequest.key=95
sonar.pullrequest.base=master

project key: teko-vn_employee-app
and I am following this guide: https://sonarcloud.io/documentation/autoscan/

Thanks

Hi,

The reliability and efficiency of this beta service have been recently improved. Could you please give it a new try by pushing a commit to your pull request?
Note that the properties prefixed by “sonar.pullrequest.” should not be set. They are automatically guessed by Autoscan.

Thanks

1 Like