question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

See "Last updated" date on Pinned issues

See original GitHub issue

Example URL: https://github.com/sindresorhus/refined-github/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

I am so used to seeing when the last time an issue was updated (thanks RH 😉), it would be nice to have it on pinned issues. The only time I would want to see it, is if there is a comment. (not a label update etc…)

Draft: image

something like this should do the job

{
  repository(owner: "sindresorhus", name: "refined-github") {
    issue (number:2671){
      comments(last:1) {
          nodes {
            updatedAt
          }
      } 
    }
  }
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
yakov116commented, Feb 16, 2020

@fregante OK…

I started writing a PR. I got so lost with typescript that I sort of gave up 😦

0reactions
yakov116commented, Feb 16, 2020

@fregante will do

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to pin created date when viewing an issue
Solved: I'm forced to use the new issue view now, that requires way too much scrolling, and am unable to find a way...
Read more >
Issue with date modified for NTUSER.DAT
Is Microsoft aware of an issue with various Windows 10 processes causing the date modified timestamp on the NTUSER.DAT file in unused profiles...
Read more >
Pinning an issue to your repository - GitHub Enterprise Cloud ...
You can pin up to three important issues above the issues list in your repository.
Read more >
FAQs about the Identity Protection Personal Identification ... - IRS
A new IP PIN will be generated each year. If we assigned you an IP PIN, you must use it to confirm your...
Read more >
Problems with your PIN - Google AdSense Help
Check the PIN verification card on your AdSense homepage, to find out when ... After you've updated your address, wait 3 weeks from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found