Probot-stale seems to not be working
See original GitHub issue@bkeepers It appears that the stale bot isn’t working. GitHub’s APP server and API status says it is all good, but when I click the link listed at the top of the repo, I get a 404 Error:
https://github.com/apps/probot-stale
Based on my settings in my stale config file, there are about 4 days of issues that should have been marked as stale, but have not received the stale
label or a bot comment. There are also issues open that were marked as stale 11 days ago, but have not been closed or updated in any way (we’re using the default setting of 7 for the daysUntilClose
option).
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Github Probot: why are pinned issues treated as style and ...
Show activity on this post. Seems this is simply not supported and has caused confusion before: https://github.com/probot/stale/issues/192.
Read more >EasyBuild maintainer summit 2021 (Tue-Wed Sept 28-29 2021)
not upstream yet, also used at JSC; (Bart) work done by CSCS involved too much custom stuff, ... toolchains seems to be more...
Read more >Enabling a stale issue bot on my GitHub repositories
... many open source projects have employed a 'stale issue' bot (Probot: stale), ... Know that I don't close issues out of spite,...
Read more >espressif/arduino-esp32 - Gitter
it seems like sometimes calling WiFi.being with settings that are known to be fine just doesn't work insofar as WiFi.status() never changes to...
Read more >@dino-dna/probot-stale - npm Package Health Analysis | Snyk
Learn more about @dino-dna/probot-stale: package health score, popularity, ... This app makes it explicit: if work is not progressing, then it's stale.
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
@rallytime This is finally resolved. Thanks for your patience while I worked through days of debugging trying to uncover the issue.
@rallytime ok, I’ve figured out the issue (
/integration/installations
API now redirects to/app/installations
and loses pagination information). It’s going to require an update to the node-github client, which might take a day or so.Thanks for reporting the issue, and thanks for your patience. On the bright side, this app has >100 installations now. Unfortunately, it only works for the 100 most recent.