chaoss / grimoirelab-elk

GNU General Public License v3.0
58 stars 121 forks source link

github_events: Incoherent values for `issue_labels` and `issue_state` #1089

Open canasdiaz opened 1 year ago

canasdiaz commented 1 year ago

While studying the Angular community I've found an error in the GitHub index with events (name github_events).

In this PR have a look at the following events:

In the image below you can see the index I got using the latest version of GrimoireLab. The action:merge label is set before the LabeledEvent. The issue_state field is set to closed before the PR gets closed.

image