We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- The entire `.github` folder must be removed so we don't get any conflicts with regards to depenabot and such.
The relevant parts of the workflows should be merged into the corresponding file of the root of the repo.
The docker compose files should be moved into .github/integration in the root of the repo and be reworked similar to the existing compose files.
.github/integration
Keys, certificates and such should be generated dynamically if needed and not be committed to the repository.
Relevant options for this app should be added to the Makefile
Makefile
Originally posted by @jbygdell in #876 (review)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The relevant parts of the workflows should be merged into the corresponding file of the root of the repo.
The docker compose files should be moved into
.github/integration
in the root of the repo and be reworked similar to the existing compose files.Keys, certificates and such should be generated dynamically if needed and not be committed to the repository.
Relevant options for this app should be added to the
Makefile
Originally posted by @jbygdell in #876 (review)
The text was updated successfully, but these errors were encountered: