You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'closed' PR state to support closed but not merged PRs
This change addresses issue open-telemetry#7 from the upstream repository.
It adds a 'closed' state to differentiate between PRs that were
closed without merging and PRs that were merged.
- Add 'closed' to ChangelogEntry state type
- Update webhook handler to set state correctly for closed PRs
- Add closed state UI with red icon in FilteredList
- Update test controls to allow creating test entries with different states
Closesopen-telemetry#7
0 commit comments