You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
7529bf0b70
The changelog workflow checks the PR title for `[chore]` to skip the changelog requirement, but it does not trigger on the `edited` event. This means renaming a PR title to include `[chore]` has no effect until a new commit is pushed. Adding `edited` to the trigger types fixes this so the workflow re-evaluates immediately when the title is changed. Co-authored-by: Damien Mathieu <42@dmathieu.com>