Compare commits
2 Commits
900bf39c3e
...
820cc68b80
Author | SHA1 | Date | |
---|---|---|---|
820cc68b80 | |||
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
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.4'
|
__version__ = '0.1.5'
|
||||||
|
|
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