Mark Arts
Results
2
issues of
Mark Arts
When using the ubuntu example and running a job that uses actions/setup-python@v4 like this: ``` jobs: isort: runs-on: [self-hosted, ubuntu20.04-self] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: 3.8...
This adds an option ` EXTRA_INSTRUCTIONS` which will be added to the prompt. This can be used to fine tune reviews based on the repository. For example by default, on...