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

[CI/CD Improvements] Create precommit-autoupdate workflow #211

Open
5 tasks
mikealfare opened this issue Aug 7, 2024 · 0 comments
Open
5 tasks

[CI/CD Improvements] Create precommit-autoupdate workflow #211

mikealfare opened this issue Aug 7, 2024 · 0 comments

Comments

@mikealfare
Copy link
Contributor

mikealfare commented Aug 7, 2024

Describe the feature

As a maintainer, I want to automate updating code quality dependencies, so that we're always on the latest version of these dependencies.

Acceptance Criteria

Style standards:

  • Job ids, step ids, and variables are in kebab case
  • Job names, step names, and description fields follow dbt docs standards (capitalize first word only)
  • Extra descriptors should be avoided unless required for disambiguation, e.g.
    • version-number -> version
    • archive-name -> archive
  • Workflow files use a four space tab
  • Scripts (inline or separate files) use environment variables in env instead of inline substitution like ${{ inputs.value }}
@mikealfare mikealfare changed the title Create precommit-autoupdate workflow [CI/CD Improvements] Create precommit-autoupdate workflow Aug 7, 2024
@mikealfare mikealfare transferred this issue from dbt-labs/dbt-postgres Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant