See "Last updated" date on Pinned issues
See original GitHub issueExample 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:
something like this should do the job
{
repository(owner: "sindresorhus", name: "refined-github") {
issue (number:2671){
comments(last:1) {
nodes {
updatedAt
}
}
}
}
}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:9 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fregante OK…
I started writing a PR. I got so lost with typescript that I sort of gave up 😦
@fregante will do