aws-observability / aws-otel-js

AWS Distro for OpenTelemetry JavaScript SDK
https://aws-otel.github.io/
Apache License 2.0
36 stars 22 forks source link

Add missing flag to update existing GH issue #76

Closed NathanielRN closed 2 years ago

NathanielRN commented 2 years ago

Description

As noticed in #74 #73 #72, the issues were creating multiple issues instead of just 1 single one. This is because even though I added the update_existing: true flag to one of the steps that creates an issue, I neglected to create it for the other one.

This PR fixes that.