mergeable
mergeable copied to clipboard
Mergeable Keeps Running
I am using the following config
version: 2
mergeable:
- when: pull_request.opened
validate:
- do: commit
message:
regex: 'AB\#[0-9]+'
message: 'The Azure ticket does not exist'
pass:
- do: checks
status: 'success'
fail:
- do: comment
payload:
body: Add the missing work item id and the corresponding commit in the PR.
The mergeable check keeps running and doesn't seem to end.
@vaishnav-canarys this should not happen, is it consistently occuring? if the repo is public, could you shoot some links?
@shine2lay sorry for the delay, Please check the link below, the comment gets added but still mergeable keeps running
https://github.com/GHAPITesting/pythondemo/pull/41

https://github.com/GHAPITesting/pythondemo/pull/43https://github.com/GHAPITesting/pythondemo/pull/43
Hi @shine2lay ,
Were you able to check this, its actually still running