Maxwell G
Maxwell G
Support a custom --check flag to fail if pip-compile made any changes so we can check that that lockfiles are in sync with the input (.in) files on all pushes...
Support a custom --check flag to fail if pip-compile made any changes so we can check that that lockfiles are in sync with the input (.in) files on all pushes...
Support a custom --check flag to fail if pip-compile made any changes so we can check that that lockfiles are in sync with the input (.in) files on all pushes...
We should document the process of branching for a new ansible-core release train, including updating https://github.com/ansible/ansible-documentation/blob/devel/docs/ansible-core-branch.txt, updating the pip-compile job as mentioned in https://github.com/ansible/ansible-documentation/issues/1765, and any other changes that need...
(cherry picked from commit 3b43d6467dc97524a6e5184b069f4a590e9b4392)
We should make sure that https://github.com/ansible/ansible-documentation/blob/devel/.github/workflows/build-package-docs.yaml (i.e., the full package docs build) is run as part of the automatic docs build dependency PRs. Right now, we only run the automatic...
Thanks for doing this @gotmax23 I think it looks good and can see that it works from the run that you did off your branch. I've added @samccann as a...
**Is your feature request related to a problem? Please describe.** I would like for the plugin to autopair `*` and `**` in markdown files. **Describe the solution you'd like** A...
By default, `hatch publish` prompts for a PyPI token and then unconditionally saves it to the system keyring: https://github.com/pypa/hatch/blob/5352e4422636cf1238017a74f0c67d689ccee558/src/hatch/publish/auth.py#L111-L114 I already have my token in a password vault and prefer...
### Description ### go-vendor-tools background The [go-vendor-tools](https://fedora.gitlab.io/sigs/go/go-vendor-tools) project is starting to be adopted by the Go SIG for creating vendor archives and ensuring Licensing Guidelines compliance for Go Packages as...