I can't understand why the Vale GitHub action always reports two separate statuses on my pull request. One of these statuses always appears grouped inside another random GitHub Action. :thinking:
In the example below:
The first status seems to be the "correct one" :heavy_check_mark:
The second status is for a push event (even though my workflow specifies that Vale should only run on pull_request events) and is incorrectly grouped under a different GitHub Action that has nothing to do with Vale
I have already checked my configuration multiple times at some point, but could never figure out why this happens. Can anyone help?
I can't understand why the Vale GitHub action always reports two separate statuses on my pull request. One of these statuses always appears grouped inside another random GitHub Action. :thinking:
In the example below:
push
event (even though my workflow specifies that Vale should only run onpull_request
events) and is incorrectly grouped under a different GitHub Action that has nothing to do with ValeI have already checked my configuration multiple times at some point, but could never figure out why this happens. Can anyone help?