We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8325457 commit 9e4631cCopy full SHA for 9e4631c
README.md
@@ -38,9 +38,17 @@ action "Create Pull Request" {
38
needs = "autopep8"
39
uses = "peter-evans/create-pull-request@v1.0.0"
40
secrets = ["GITHUB_TOKEN"]
41
+ env = {
42
+ PULL_REQUEST_BRANCH = "autopep8-patches"
43
+ COMMIT_MESSAGE = "autopep8 action fixes"
44
+ PULL_REQUEST_TITLE = "Fixes by autopep8 action"
45
+ PULL_REQUEST_BODY = "This is an auto-generated PR with fixes by autopep8."
46
+ }
47
}
48
```
49
50
+The workflow in this repository created [this sample pull request](https://github.com/peter-evans/autopep8/pull/1).
51
+
52
## License
53
54
MIT License - see the [LICENSE](LICENSE) file for details
0 commit comments