mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

Mergeable Keeps Running

Open vaishnavn02 opened this issue 3 years ago • 4 comments

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.

vaishnavn02 avatar Dec 22 '21 11:12 vaishnavn02

@vaishnav-canarys this should not happen, is it consistently occuring? if the repo is public, could you shoot some links?

shine2lay avatar Dec 22 '21 21:12 shine2lay

@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

vaishnavn02 avatar Dec 27 '21 04:12 vaishnavn02

image

https://github.com/GHAPITesting/pythondemo/pull/43https://github.com/GHAPITesting/pythondemo/pull/43

vaishnavn02 avatar Dec 27 '21 13:12 vaishnavn02

Hi @shine2lay ,

Were you able to check this, its actually still running

vaishnavn02 avatar Jan 13 '22 05:01 vaishnavn02