🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
This commit is contained in:
parent
900bf39c3e
commit
26ebab48cb
|
@ -18,7 +18,14 @@ When such an issue is found, it:
|
||||||
3. Runs tests and code quality checks.
|
3. Runs tests and code quality checks.
|
||||||
4. Creates a pull request with the solution.
|
4. Creates a pull request with the solution.
|
||||||
|
|
||||||
## Example Usage
|
## Usage
|
||||||
|
|
||||||
|
An application token must be supplied for the `gitea_token` secret. This must
|
||||||
|
have the following permissions:
|
||||||
|
|
||||||
|
- `read:issue`: To be able to read issues on the specified repository.
|
||||||
|
- `write:repository`: To be able to create pull requests.
|
||||||
|
- `read:user`: Needed to iterate all user's repositories.
|
||||||
|
|
||||||
### Command Line
|
### Command Line
|
||||||
|
|
||||||
|
|
9
setup.py
9
setup.py
|
@ -23,7 +23,14 @@ When such an issue is found, it:
|
||||||
3. Runs tests and code quality checks.
|
3. Runs tests and code quality checks.
|
||||||
4. Creates a pull request with the solution.
|
4. Creates a pull request with the solution.
|
||||||
|
|
||||||
## Example Usage
|
## Usage
|
||||||
|
|
||||||
|
An application token must be supplied for the `gitea_token` secret. This must
|
||||||
|
have the following permissions:
|
||||||
|
|
||||||
|
- `read:issue`: To be able to read issues on the specified repository.
|
||||||
|
- `write:repository`: To be able to create pull requests.
|
||||||
|
- `read:user`: Needed to iterate all user's repositories.
|
||||||
|
|
||||||
### Command Line
|
### Command Line
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user