Skip to content
New issue

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

concatenation of all prior CI and addition of dependabot close steps … #1075

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

PipeItToDevNull
Copy link
Member

This puts all CI into one workflow, which allows you to act on the success or failure of previous jobs. It is typically recommended to use one massive workflow instead of very many little ones.

  • All tests run concurrently
  • The container now will only build if the many tests succeed, this saves action time.
  • The following packages will be auto-merged when a semver patch is submitted by Dependabot (pending success of their specific test)
    • PyTest
    • PyLint
    • Flake8
    • iSort

This has not been tested but the various components are known to work.

@PipeItToDevNull PipeItToDevNull linked an issue Jul 12, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make GHA for Dependabot PRs
1 participant