Skip to content

GitHub issue show status

Rob Garrison edited this page Oct 24, 2022 · 16 revisions

Deprecated

GitHub added this functionality on 2019.01.04; this userscript is no longer required!


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 1.0.8 (2022-10-24)

  • Update dependencies.

Version 1.0.7 (2021-01-31)

  • Update mutation script.

Version 1.0.6 (2019-02-16)

  • Update GitHub icon.

Version 1.0.5 (2019-01-28)

  • Update mutation script.

Version 1.0.4 (2018-10-05)

  • Update mutation script.

Version 1.0.3 (2018-05-17)

  • Update mutation script.

Version 1.0.2 (2018-05-10)

  • Update mutation script.

Version 1.0.1 (2018-04-09)

  • Update mutation script url.

Version 1.0.0 (2018-01-18)

  • Update assets.

Version 0.1.2 (2017-08-22)

  • Prevent js error.

Version 0.1.1 (2017-06-03)

  • 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 (2017-06-02)

  • Initial commit
Clone this wiki locally