Replies: 1 comment 1 reply
-
Hi @msashkin! The name of your check is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to setup auto-merge on success condition of my GitHub Actions Job.
Config file: https://github.com/odessajavaclub/coffee-pot/blob/master/.mergify.yml
CI GitHub Actions job: https://github.com/odessajavaclub/coffee-pot/blob/master/.github/workflows/workflow.yml
Example PR run: https://github.com/odessajavaclub/coffee-pot/pull/77/checks?check_run_id=1614443332
I followed https://docs.mergify.io/conditions.html#github-actions and defined my condition as:
but it doesn't detect the defined job's status leading to the false condition and no merging at all.
Can you please help me to define the root cause of that and help fixing the mergify config file.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions