For a variety of reasons, including your Microsoft MVP activity reports, you might want to summarize your GitHub activity across multiple repos.
Absent a dashboard making this easier (keep an eye on this), here are some GitHub queries helpful to you.
You can find all merged PRs in public MicrosoftDocs org repositories using this search syntax on GitHub.com's main search bar:
is:pr author:<your GitHub username> is:public org:microsoftdocs merged:>=YYYY-MM-DD
For example:
is:pr author:williamadba is:public org:microsoftdocs merged:>=2019-01-01
Which results in the URL:
You can also use the GitHub API for programmatic access: