You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks as if Bitbucket have now removed the v1.0 pullrequests/#/conflict-status api, meaning that mergeable no longer works when you specify the following in the atlantis.yaml.
apply_requirements:
- mergeable
It seems that atlantis defaults the mergeable status to false.
Here's the logs:
2019/06/12 07:34:33+0000 [WARN] command_runner.go:193 REDACTED_REPO#460: Unable to get mergeable status: making request "GET https://api.bitbucket.org/1.0/repositories/REDACTED_REPO/pullrequests/460/conflict-status" unexpected status code: 410, body:
{
"type": "error",
"error": {
"message": "Resource removed",
"detail": "This API is no longer supported.\n\nFor information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/"
}
}
. Continuing with mergeable assumed false
2019/06/12 07:34:33+0000 [INFO] command_runner.go:195 REDACTED_REPO#460: Pull request mergeable status: false
Cheers,
Josh
The text was updated successfully, but these errors were encountered:
Hi,
It looks as if Bitbucket have now removed the v1.0 pullrequests/#/conflict-status api, meaning that mergeable no longer works when you specify the following in the atlantis.yaml.
It seems that atlantis defaults the mergeable status to false.
Here's the logs:
2019/06/12 07:34:33+0000 [WARN] command_runner.go:193 REDACTED_REPO#460: Unable to get mergeable status: making request "GET https://api.bitbucket.org/1.0/repositories/REDACTED_REPO/pullrequests/460/conflict-status" unexpected status code: 410, body:
{
"type": "error",
"error": {
"message": "Resource removed",
"detail": "This API is no longer supported.\n\nFor information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/"
}
}
. Continuing with mergeable assumed false
2019/06/12 07:34:33+0000 [INFO] command_runner.go:195 REDACTED_REPO#460: Pull request mergeable status: false
Cheers,
Josh
The text was updated successfully, but these errors were encountered: