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

chore: cleanup workflows #245

Merged
merged 4 commits into from
Sep 27, 2023
Merged

chore: cleanup workflows #245

merged 4 commits into from
Sep 27, 2023

Conversation

jamiezieziula
Copy link
Contributor

  • Remove updatecli from managing workflows
  • update codeowners
  • remove stale issues workflow

@jamiezieziula jamiezieziula requested review from gabcoyne and a team as code owners September 27, 2023 14:59
Comment on lines -17 to -28
helm:
kind: githubRelease
spec:
owner: helm
repository: helm
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
versionFilter:
kind: semver
pattern: "x.x.x"
transformers:
- trimprefix: "v"
kind:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these were managing the version of helm/kind to specify in the lint/test workflows. Since we were always updating to latest, removing this and just allowing the default version to apply.

Comment on lines -44 to -45
with:
version: v3.9.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the only thing im concerned about - should we just default to the latest (stable) helm version here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I think latest helm3 version

# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
- cron: 0 15 1 * * # The first of each month at 10am EST
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaml doesn't get mad at unquoted here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope! we use this pattern in other repos already

Copy link
Contributor

@jimid27 jimid27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jamiezieziula jamiezieziula merged commit 5a7007f into main Sep 27, 2023
10 checks passed
@jamiezieziula jamiezieziula deleted the update-workflow branch September 27, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants