Automatically open a pull request for repositories that have no CONTRIBUTING.md file
Automatically open a pull request for repositories that have no CONTRIBUTING.md
file for a targeted set of repositories.
What this repository does
This code is for a GitHub Action that opens pull requests in the repositories that have a specified repository topic and also don’t have a CONTRIBUTING.md
file.
Why would someone do this
It is desirable, for example, for all Open Source and InnerSource projects to have a CONTRIBUTING.md
file that specifies for new contributors what the processes and procedures are for making a new contribution. This has been done in some large GitHub customers organizations.
How it does