Hi, I prototyped an integration between Jenkins and GH pull requests based, see
- https://builds.apache.org/view/S-Z/view/Sling/job/sling-site/ - https://github.com/apache/sling-site/pull/3 This is done using solely the Jenkins multibranch pipeline job type, which is pretty cool as it does not require any outside intervention. One thing that bothers be is that I needed to create a set of credentials using my Github user - so it's basically 'me' commenting on the pull requests. What is the recommended way of doing this? Can we create a technical user on GH that would be used instead? Thanks, Robert