Skip to content

GitHub issue show status

Rob Garrison edited this page Aug 22, 2017 · 16 revisions

A userscript that adds an obvious indicator showing if an issue or pull request is open or closed

  • The userscript adds a label to the top of the issue and pull request side bar indicating the status of the issue: open, closed or merged.
  • A position:sticky style is applied to the issue and pull request side bar to keep the information in view.
  • A class name of "github-issue-status-open", "github-issue-status-closed" or "github-issue-status-merged" is also added to the body to allow custom styling via a userstyle.
  • Click this link to install from GitHub, or install from GreasyFork or OpenUserJS.

Screenshot

Before

github-issue-show-status-before

After

github-issue-show-status-after

Change Log

Version 0.1.2 (8/22/2017)

  • Prevent js error.

Version 0.1.1 (6/3/2017)

  • Use updated mutations.js version; the newer version will indicate when a new item (e.g. an issue status change) has been added to the discussion.

Version 0.1.0 (6/2/2017)

  • Initial commit
Clone this wiki locally