File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ PR #759 closed issue #743. Thank you, @FallenValkyrie!
11
11
- Added A new ` SelectGiteaIssue ` step
12
12
- Add support to generate Gitea config from known public Gitea instances
13
13
14
- ## How it works
15
-
16
- To be able to use these new steps, just add a new section to your configuration, like this:
14
+ To use these new steps, just add a new section to your configuration, like this:
17
15
18
16
``` toml
19
17
[gitea ]
@@ -24,8 +22,7 @@ host = "https://codeberg.org"
24
22
25
23
You can now use the supported steps in the same way as their GitHub equivalents.
26
24
27
- ## Generating a configuration
28
-
29
- Knope can now generate a configuration for you, if your repository's remote is one of the known
25
+ > [ !TIP]
26
+ > Knope can now generate a configuration for you, if your repository's remote is one of the known
30
27
public Gitea instances. Currently only [ Codeberg] ( https://codeberg.org ) is supported,
31
28
but feel free to add more [ here] ( https://github.com/knope-dev/knope/blob/main/src/config/toml/config.rs#L90 ) .
You can’t perform that action at this time.
0 commit comments