-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
snarfed/bridgy – feature request: backfeed for status changes
I would like bridgy to backfeed status changes so that POSSE’d issues can capture the full lifecycle of an issue.
Looks like there are tons of events: https://developer.github.com/v3/issues/events/
- vital:
- closed
The issue was closed by the actor. When the commit_id is present, it identifies the commit that closed the issue using “closes / fixes #NN” syntax. - reopened
The issue was reopened by the actor. - assigned
The issue was assigned to the actor. - unassigned
The actor was unassigned from the issue. - renamed
The issue title was changed.
- closed
- important:
- marked_as_duplicate
- unmarked_as_duplicate
- labeled
- unlabeled
- milestoned
- demilestoned
- locked
- unlocked
- review_dismissed
- review_requested
- review_request_removed
- useful?:
- referenced
- mentioned
(Originally published at: https://crw.moe/b/WF)