Compare commits

..

2 Commits

Author SHA1 Message Date
820cc68b80 🤖 Bumped version to 0.1.5
All checks were successful
Package Python / Package (push) Successful in 24s
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-13 23:25:32 +02:00
26ebab48cb 🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-13 23:25:08 +02:00
3 changed files with 17 additions and 3 deletions

View File

@ -18,7 +18,14 @@ When such an issue is found, it:
3. Runs tests and code quality checks.
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

View File

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

View File

@ -23,7 +23,14 @@ When such an issue is found, it:
3. Runs tests and code quality checks.
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