Adam Bovill

Results 6 issues of Adam Bovill

## Summary When using the Argo Rollouts UI, pods appear ready when they are still in a progressing state. ![image](https://user-images.githubusercontent.com/54169/171403402-7da7b754-feec-4edb-88af-a946f03b5d52.png) You can see that the pods still correctly show as...

bug

I've noticed that the default black line length of 88 doesn't match that of flake8 (79). I would suggest setting the default flake8 length to 88. See https://github.com/psf/black ``` ---...

I don't know how reproducible this is: 1. I successfully checked out code via `fotingo start DUNLOP-4560` 2. I committed new code 3. I typed `fotingo review` 4. I saw...

Type: Question

**Describe the bug** We would like to generate next release version in pull request. **Workflow** Prerelease action ``` - name: Release check id: release-check uses: cycjimmy/semantic-release-action@v3 with: dry_run: true ci:...

I've noticed that if I have an `index.md` file, it doesn't get published. Files: ``` action-repos.md changes.md convention-commits.md index.md sources.md versioning.md ``` Published files ``` SUCCESS: action-repos.md Content: updated, Images:...

**Description** Update action-pre-commit to v2. **Changes** * ci: update action-pre-commit to v2 🚀 PR created with [fotingo](https://github.com/tagoro9/fotingo)