Automating Code Changes via GitHub Actions Making Pull Requests

1 · Daniel Doubrovkine (dB.) @dblockdotorg · Aug. 13, 2021, 3:08 p.m.
You’ve probably been depending on automated pull requests from Dependabot, but how about making your own pull requests from GitHub actions? This capability can be used for automation that looks for changes, then updates files in your own repository with little to no additional setup needed. In dblock/lost-robbies the workflow checks for new sales and raises a PR after updating the JSON data and the README.md. In opensearch-project/project-meta the workflow enumerates public repositories in the ...