|
14 | 14 |
|
15 | 15 | jobs: |
16 | 16 | <action name>: |
17 | | - uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.4.1 |
| 17 | + uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.5.0 |
18 | 18 | with: |
19 | 19 | ... |
20 | 20 | ``` |
|
39 | 39 |
|
40 | 40 | jobs: |
41 | 41 | autodev: |
42 | | - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.4.1 |
| 42 | + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.5.0 |
43 | 43 | with: |
44 | 44 | # optional: base branch from which the history originates, default: main |
45 | 45 | base: master |
@@ -74,7 +74,7 @@ on: [ push ] |
74 | 74 |
|
75 | 75 | jobs: |
76 | 76 | gitops: |
77 | | - uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.4.1 |
| 77 | + uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.5.0 |
78 | 78 | with: |
79 | 79 | # optional: list of build-time variables |
80 | 80 | docker-build-args: | |
|
120 | 120 |
|
121 | 121 | jobs: |
122 | 122 | jira_annotate: |
123 | | - uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.4.1 |
| 123 | + uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.5.0 |
124 | 124 | with: |
125 | 125 | # name of the service to add as label, default: name of the repository |
126 | 126 | name: 'component name' |
|
154 | 154 |
|
155 | 155 | jobs: |
156 | 156 | update_release_draft: |
157 | | - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.4.1 |
| 157 | + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.5.0 |
158 | 158 | with: |
159 | 159 | # optional: name of the release |
160 | 160 | name: Version X.Y.Z |
|
181 | 181 |
|
182 | 182 | jobs: |
183 | 183 | stale: |
184 | | - uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.4.1 |
| 184 | + uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.5.0 |
185 | 185 | with: |
186 | 186 | # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity. |
187 | 187 | close-pr-message: your message |
|
215 | 215 |
|
216 | 216 | jobs: |
217 | 217 | yamllint: |
218 | | - uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.4.1 |
| 218 | + uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.5.0 |
219 | 219 | with: |
220 | 220 | # optional: name of the running action, default: yamllint / yamllint |
221 | 221 | action-name: your name |
|
0 commit comments