Checking out this repo just made me realize that a good way to prevent getting spammed pull requests in your repo is to maintain it in a langauge other than English.
I've worked for maybe ten years in the open source space, as a maintainer and contributor. I've seen thousands of pull requests in that time. Some great. Most ok. Some terrible. All made by people who want to contribute in some way for free.
I've seen close to zero spam pull requests. Are these common?
Why are there so many "Update Reamde.md" pull requests ? They all are named exactly the same, and most of the time add a single line to the readme with the name of the commit author. I guess some git tutorial somewhere shows how to open a PR with this repo as an example, and people actually do it.
There are certain companies that “rate” candidates based on e.g. number of open source contributions. Some people then try to game this system by submitting a whole bunch of super minor errors to a lot of repos, e.g. small grammar mistakes / typos.
Depends heavily on the area.
I've seen a bunch of bots correcting nonsensical "textbook" issues in languages like Java. The more common the topic among new learners, the more random PRs you get. But apparently even projects like linux kernel aren't safe https://github.com/torvalds/linux/pulls?q=is%3Apr+is%3Aclose... (for context, this repo doesn't accept PRs as development happens in mailing lists)
In addition to what the other replies have said, just a couple of years ago some company or group was running a competition which gave away something and caused a bunch of nuisance PRs adding almost literal garbage to READMEs. After criticism the ones running the competition eventually said repository owners could opt-out. This is only from recollection so I might have some things wrong about it. Fortunately it hasn't repeated itself.
Japan is somewhat a world of its own when it comes to open source projects. (And also commercial software, I suppose.) Mostly due to the language barrier. There's some wonderful stuff out there that's unfortunately only documented in Japanese. Even the Ruby language took about five years after becoming popular, to cross the language barrier and become used outside Japan.
I've seen close to zero spam pull requests. Are these common?