1414
1515jobs :
1616 <action name> :
17- uses :
Staffbase/gha-workflows/.github/workflows/template_*[email protected] .0 17+ uses :
Staffbase/gha-workflows/.github/workflows/template_*[email protected] .1 1818 with :
1919 ...
2020` ` `
3939
4040jobs :
4141 autodev :
42- uses :
Staffbase/gha-workflows/.github/workflows/[email protected] .0 42+ uses :
Staffbase/gha-workflows/.github/workflows/[email protected] .1 4343 with :
4444 # optional: base branch from which the history originates, default: main
4545 base : master
@@ -74,7 +74,7 @@ on: [push]
7474
7575jobs :
7676 gitops :
77- uses :
Staffbase/gha-workflows/.github/workflows/[email protected] .0 77+ uses :
Staffbase/gha-workflows/.github/workflows/[email protected] .1 7878 with :
7979 # optional: list of build-time variables
8080 dockerbuildargs : |
118118
119119jobs :
120120 jira_annotate :
121- uses :
Staffbase/gha-workflows/.github/workflows/[email protected] .0 121+ uses :
Staffbase/gha-workflows/.github/workflows/[email protected] .1 122122 with :
123123 # name of the service to add as label
124124 name : ' component name'
152152
153153jobs:
154154 update_release_draft:
155- uses: Staffbase/gha-workflows/.github/workflows/[email protected] .0 155+ uses: Staffbase/gha-workflows/.github/workflows/[email protected] .1 156156 with:
157157 # optional: name of the release
158158 name: Version X.Y.Z
185185
186186jobs:
187187 sonarcloud:
188- uses: Staffbase/gha-workflows/.github/workflows/[email protected] .0 188+ uses: Staffbase/gha-workflows/.github/workflows/[email protected] .1 189189 with:
190190 # path to the cached coverage file
191191 path: <path-to-cached-coverage-file>
@@ -203,7 +203,7 @@ It is necessary that the coverage file is cached with the following code:
203203
204204` ` ` yml
205205- name: Cache Coverage Data
206- uses: actions/cache@v3.0.2
206+ uses: actions/cache@v3
207207 with:
208208 path: <path-to-cached-coverage-file>
209209 key: ${{ runner.os }}-coverage-data
225225
226226jobs:
227227 stale:
228- uses: Staffbase/gha-workflows/.github/workflows/[email protected] .0 228+ uses: Staffbase/gha-workflows/.github/workflows/[email protected] .1 229229 with:
230230 # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
231231 close-pr-message: your message
259259
260260jobs:
261261 yamllint:
262- uses: Staffbase/gha-workflows/.github/workflows/[email protected] .0 262+ uses: Staffbase/gha-workflows/.github/workflows/[email protected] .1 263263 with:
264264 # optional: name of the running action, default: yamllint / yamllint
265265 action-name: your name
0 commit comments