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