-
Notifications
You must be signed in to change notification settings - Fork 5
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
meta data name support #235
base: main
Are you sure you want to change the base?
Conversation
c4e124c
to
3d43889
Compare
@@ -4,7 +4,7 @@ | |||
version: 2 | |||
updates: | |||
- package-ecosystem: "gomod" | |||
target-branch: main | |||
target-branch: ci-dynamicname |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
@@ -19,7 +19,7 @@ updates: | |||
- k8s.io/klog/* | |||
|
|||
- package-ecosystem: "github-actions" | |||
target-branch: main | |||
target-branch: ci-dynamicname |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
- main | ||
- release-* | ||
# - main | ||
# - release-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
.github/workflows/e2e.yml
Outdated
- main | ||
- release-* | ||
# - main | ||
# - release-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
- release-* | ||
# - main | ||
# - release-* | ||
- ci-dynamicname |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
- main | ||
- release-* | ||
# - main | ||
# - release-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
push: | ||
tags: | ||
- 'v*.*.*' | ||
branches: | ||
- 'main' | ||
- 'release-*' | ||
# - 'main' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
Signed-off-by: shiva kumar <[email protected]>
edcfd83
to
6b2892b
Compare
Signed-off-by: shiva kumar <[email protected]>
Signed-off-by: shiva kumar <[email protected]>
Signed-off-by: shiva kumar <[email protected]>
No description provided.