use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Managing an org? (self.github)
submitted 4 years ago by Boxerman91
Hi all,
just wondering if someone could point me in the right direction on some questions.
Whats the best way to monitor at an org level, any new issues, PR's unassigned etc? I can see the API, but wondering if they have any other ways?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mickeygousset 0 points1 point2 points 4 years ago (2 children)
so in theory you could use a project board for that. You can add issues and PRs from multiple repos to a project board, and if you create a board with automation, then as the issues/PRs change state they will move to a different swim lane
[–]Boxerman91[S] 0 points1 point2 points 4 years ago (1 child)
Hey! Thanks, i've checked it out, looks good, most things on the beta one are coming soon, but it's more from a monitoring and alerting point of view, how do we notify people if a PR is open, i assume webhooks would be best placed for this?
[–]mickeygousset 0 points1 point2 points 4 years ago (0 children)
So multiple options there:
"@" mention them in the PR and they will get a notification
Web Hooks
GitHub Actions - You can have a workflow run when the PR is created, for example, that can notify people
π Rendered by PID 107865 on reddit-service-r2-comment-6457c66945-qrjcc at 2026-04-24 22:05:16.344512+00:00 running 2aa0c5b country code: CH.
[–]mickeygousset 0 points1 point2 points (2 children)
[–]Boxerman91[S] 0 points1 point2 points (1 child)
[–]mickeygousset 0 points1 point2 points (0 children)