Vincent Behar
Vincent Behar
bitbucket cloud doesn't support secrets (yet), see https://jira.atlassian.com/browse/BCLOUD-14683 but this feature should be disabled by default if you're using lighthouse in jx3, see https://github.com/jenkins-x/jx3-versions/pull/2127 how is your lighthouse installed/configured?
@Tyagi0502 and what do you have in lighthouse logs? if you need more interactive support, you can come to the Jenkins X slack channel: https://jenkins-x.io/community/#slack
> @vbehar it has been two years, but I would really like to get this merged to include it in the upcoming release. > > If you can rebase your...
I'm wondering if it's related to https://github.com/mikefarah/yq/pull/1582 because forcing a YAML input format with `yq -p yaml '.version' test.json` produces the result without quotes as expected
testing in verbose mode, I understood the issue: the file is auto-detected as JSON, which somehow also set the output format to JSON - instead of the expected YAML. which...
yes thanks, I'll fix them
ok, rebased on master
@krancour ok, it's been rebased after the recent merges.
ok thanks for the details. I'll have a look at enabling auto-merge, and also using the checks API in addition to the status API.
ok, so if I understand correctly you'd like octopilot to retry merging an existing PR, even if it doesn't need to change anything in the code. that's reasonable, I'll have...