stefanzweifel / git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
MIT License
1.99k stars 227 forks source link

Update docs to mention improvements for fork and pull_request workflows #90

Closed stefanzweifel closed 4 years ago

stefanzweifel commented 4 years ago

Last week GitHub released changes to GitHub Actions regarding forks and pull_request workflows. In shorts: It's now possible to run Actions like git-auto-commit against forks 🎉

https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/

To make sure git-auto-commit actually works in forks as expected, I would like to test the improvements and update the README/documentation.

(See #25)