Compare commits

..

No commits in common. "820cc68b808e74905becee3fb503e18ca6458ed2" and "900bf39c3e4636c3c68f21239722059411314ed7" have entirely different histories.

3 changed files with 3 additions and 17 deletions

View File

@ -18,14 +18,7 @@ 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.
## Usage ## Example 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

View File

@ -1 +1 @@
__version__ = '0.1.5' __version__ = '0.1.4'

View File

@ -23,14 +23,7 @@ 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.
## Usage ## Example 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