We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeb463 commit 9e8d1b0Copy full SHA for 9e8d1b0
.github/workflows/versions.yaml
@@ -7,6 +7,9 @@ jobs:
7
strategy:
8
matrix:
9
branch:
10
+ - 'release-0.5'
11
+ - 'release-0.6'
12
+ - 'release-0.7'
13
- 'release-0.8'
14
- 'main'
15
steps:
@@ -41,7 +44,7 @@ jobs:
41
44
body: |
42
45
## Description
43
46
- This is an automated version and jsonnet dependencies update performed from CI on behalf of @paulfantom.
47
+ This is an automated version and jsonnet dependencies update performed from CI.
48
49
Configuration of the workflow is located in `.github/workflows/versions.yaml`
50
0 commit comments