How can an open issue's last event be closure? #183956
-
Select Topic AreaQuestion Feature AreaIssues BodyAs
Guidelines |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
On platforms like GitHub, an issue can be open while its last event is “closed” because events and current state are different things.
GitHub API actions, Result:
Commit message: Fix bug #123 → auto-closes issue
It may briefly close in the source repo
If you’re: Using GitHub API,
Bots (Dependabot, GitHub Actions, custom workflows) may: Close issues automatically, |
Beta Was this translation helpful? Give feedback.

On platforms like GitHub, an issue can be open while its last event is “closed” because events and current state are different things.
It happens mainly because ,
Common scenarios where this happens,
This can happen via:
GitHub API actions,
Bots or automation,
Bulk operations,
Result:
Last recorded event: closed,
Current state: open
Example:
Commit message: …