Tag Archives: github
Use multi-line values in GitHub Actions
How to structure and share code examples
Reviewdog filter settings with GitHub Actions
Visualise OpenAPI with Blockly
Measuring Repo Community Health with GitHub’s API
With that in mind, I wanted to look at GitHub’s Community Health measure of the repositories I’m responsible for. You can view each repo’s community page separately through the web interface (look under “Insights”) but that’s not especially scalable if you have a lot of projects to track.
Bystanders Guide to Repository Maintenance
DevContainers, VSCode and GitHub Codespaces
Adding Tables of Contents to Markdown
Where was that GitHub Discussion?
GitHub has brilliant advanced search functionality, and what I wanted was:
is:pr commenter:lornajane sort:updated-desc
Which gives me a list of all the pull requests I’ve commented on, with the most recent first. I couldn’t remember the exact repo name and I also often switch is:pr
for is:issue
as appropriate, but this search string has been very helpful for finding those odd things you want to follow up on.
Do you have a favourite GitHub search string combination? Would you care to share it in the comments? Thanks :)