{"id":16561030,"url":"https://github.com/jb55/notmuch-github","last_synced_at":"2025-10-28T23:30:26.644Z","repository":{"id":66018286,"uuid":"106795008","full_name":"jb55/notmuch-github","owner":"jb55","description":"GitHub hacks and helpers for notmuch-mode","archived":false,"fork":false,"pushed_at":"2019-04-29T22:27:33.000Z","size":10,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-08T20:45:37.970Z","etag":null,"topics":["github","notmuch"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jb55.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-13T07:55:38.000Z","updated_at":"2023-09-08T17:31:06.000Z","dependencies_parsed_at":"2023-03-03T19:45:27.529Z","dependency_job_id":null,"html_url":"https://github.com/jb55/notmuch-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fnotmuch-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fnotmuch-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fnotmuch-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fnotmuch-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jb55","download_url":"https://codeload.github.com/jb55/notmuch-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238737829,"owners_count":19522263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","notmuch"],"created_at":"2024-10-11T20:31:18.616Z","updated_at":"2025-10-28T23:30:21.377Z","avatar_url":"https://github.com/jb55.png","language":"Emacs Lisp","readme":"\n# notmuch-github\n\nA bunch of helpers for working with notmuch and GitHub\n\n## Tagging\n\nHere are some ways to tag github pull request emails\n\n```bash\nnotmuch tag +github from:github.com and tag:inbox\n\nnotmuch tag +pr '\"You can view, comment on, or merge this pull request online at\"' and tag:github and not tag:pr and tag:inbox and not tag:issue\n\n# tag all messages in the thread that have a pr tag\nnotmuch tag +pr $(notmuch search --output=threads tag:pr and tag:inbox)\n\n# this seems to be a semi reliable way to find github merge emails\nnotmuch tag +merged Merged and event from:notifications@github.com and not tag:merged and tag:inbox and tag:pr\n\n# tag the entire pr thread as merged\nnotmuch tag +merged $(notmuch search --output=threads tag:merged and tag:inbox)\n```\n\n## notmuch-visit-pr-in-magit\n\nView PR commits in magit from a GitHub pull request email. Requires a somewhat\nspecial setup that could be more customizable\n\n### Crud\n\n* \"origin\" is hard-coded\n* Assumes that you've added\n\n        fetch = +refs/pull/*/head:refs/pull/origin/*\n        fetch = +refs/pull/*/merge:refs/merge/origin/*\n\nto origin's in \".git/config\".  We could drop that assumption\npassing a more explicit refspec to the fetch call.\n\n## notmuch-review-pr\n\napprove/reject/comment on a PR when viewing a GitHub PR email\n\n### Crud\n\n* Relys on [this](./git-pr-event) cruddy script that needs to be replaced with elisp\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb55%2Fnotmuch-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjb55%2Fnotmuch-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb55%2Fnotmuch-github/lists"}