Andrew Nesbitt
Andrew Nesbitt
We currently have support for the status api, showing pass/fail/error for pull requests with older CI integrations, new CI integrations like GitHub actions use a different ["checks"](https://docs.github.com/en/rest/reference/checks) api. This will...
If the state of a notification changes due to a webhook delivery, currently the list view will update automatically via websocket but the pinned search count does not, it would...
Extracted from https://github.com/octobox/octobox/pull/2852 Now that we have a new api, the old endpoints still work but have duplicate logic, they should be redirected to the new api with a deprecation...
Working on making octobox able to create notifications for subjects (issues, prs etc) that don't have a remote notification record on GitHub (i.e. where `github_id` is null) Some example use...
The current security score on https://observatory.mozilla.org/analyze/octobox.io is F (0/100), which is pretty terrible, there's a good number of easy fixes to improve. 
Related issue on the extension repo: https://github.com/octobox/extension/issues/7 I'm going to be experimenting with expanding Octobox to hold more things, allowing users to use it to build workflows that help their...
Currently every contribution requires checking out the repository locally, installing a bunch of npm modules and running the script to update the readme. I propose we set up a [github...
JSON API
Is there a way of reading out the meta data about each module as JSON or some other machine readable format from the site? I'd love to add LuaRocks support...
As contribulator is getting merged in here (see https://github.com/24pullrequests/24pullrequests/discussions/3514), we should have a project show page that shows the details of the project and it's score breakdown as well as...
It might be fun to have a badge that maintainers can add to the readmes of their project to show that they support 24pullrequests, quickly made one with http://shields.io/ ...