Skip to content

Instantly share code, notes, and snippets.

View lisadean's full-sized avatar
💭
Wait, what?

Lisa Dean lisadean

💭
Wait, what?
View GitHub Profile
@MichaelCurrin
MichaelCurrin / README.md
Last active December 1, 2025 08:50
GitHub GraphQL - Get Pull Requests using GH's GraphQL API

Get Pull Requests using GH's GraphQL API

How to get Pull Requests data using GitHub in the browser, or using the API to allow for automating reporting or building in values into a website.

Resources

#!/usr/bin/env bash
# ~/.macos — https://mths.be/macos
# Close any open System Preferences panes, to prevent them from overriding
# settings we’re about to change
osascript -e 'tell application "System Preferences" to quit'
# Ask for the administrator password upfront
sudo -v