We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e2ca commit 1a1134aCopy full SHA for 1a1134a
README.md
@@ -24,16 +24,10 @@ OpenCommit is now available as a GitHub Action which automatically improves all
24
25
This is great if you want to make sure all of the commits in all of repository branches are meaningful and not lame like `fix1` or `done2`.
26
27
-### Automatic 1 click setup
28
-
29
-You can simply [setup the action automatically via the GitHub Marketplace](https://github.com/marketplace/actions/opencommit-improve-commits-with-ai).
30
31
-### Manual 3 clicks setup
32
33
Create a file `.github/workflows/opencommit.yml` with contents below:
34
35
```yml
36
-name: 'OpenCommit'
+name: 'OpenCommit Action'
37
38
on:
39
push:
0 commit comments