From 32d0abbc7c3fbe23e5e8d1b69e96056a09db1ba8 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 14 Oct 2019 15:07:11 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd7233..97e078c 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ This configuration will create pull requests that look like this: ### Example usage with `on: pull_request` workflows -The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. +The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. This is a pattern that would work well for any automated code-linting and fixing. How it works: 1. When a pull request is raised the workflow executes as a check