|
14 | 14 |
|
15 | 15 | jobs: |
16 | 16 | <action name>: |
17 | | - uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.1.0 |
| 17 | + uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.2.0 |
18 | 18 | with: |
19 | 19 | ... |
20 | 20 | ``` |
|
43 | 43 |
|
44 | 44 | jobs: |
45 | 45 | dependabot: |
46 | | - uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.1.0 |
| 46 | + uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.2.0 |
47 | 47 | with: |
48 | 48 | # optional: ⚠️ only enable the force merge if you want to do the merge just now |
49 | 49 | force: true |
|
78 | 78 |
|
79 | 79 | jobs: |
80 | 80 | autodev: |
81 | | - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.1.0 |
| 81 | + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.2.0 |
82 | 82 | with: |
83 | 83 | # optional: base branch from which the history originates, default: main |
84 | 84 | base: master |
|
122 | 122 |
|
123 | 123 | jobs: |
124 | 124 | changeset-check: |
125 | | - uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.1.0 |
| 125 | + uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.2.0 |
126 | 126 | ``` |
127 | 127 |
|
128 | 128 | </details> |
|
144 | 144 |
|
145 | 145 | jobs: |
146 | 146 | changeset-release: |
147 | | - uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.1.0 |
| 147 | + uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.2.0 |
148 | 148 | with: |
149 | 149 | # optional: The file containing the Node.js version to use, defaults to .nvmrc |
150 | 150 | node-version-file: '.node-version' |
@@ -178,7 +178,7 @@ on: [ push ] |
178 | 178 |
|
179 | 179 | jobs: |
180 | 180 | gitops: |
181 | | - uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.1.0 |
| 181 | + uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.2.0 |
182 | 182 | with: |
183 | 183 | # optional: host of the docker registry, default: "staffbase.jfrog.io" |
184 | 184 | docker-registry: "<your-registry>" |
|
259 | 259 |
|
260 | 260 | jobs: |
261 | 261 | jira_annotate: |
262 | | - uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.1.0 |
| 262 | + uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.2.0 |
263 | 263 | with: |
264 | 264 | # optional: name of the service to add as label, default: name of the repository |
265 | 265 | name: 'component name' |
|
292 | 292 |
|
293 | 293 | jobs: |
294 | 294 | ld_code_references: |
295 | | - uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.1.0 |
| 295 | + uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.2.0 |
296 | 296 | with: |
297 | 297 | # optional: key of the LD project, default: default |
298 | 298 | project-key: 'my-project' |
|
317 | 317 |
|
318 | 318 | jobs: |
319 | 319 | block: |
320 | | - uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.1.0 |
| 320 | + uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.2.0 |
321 | 321 | with: |
322 | 322 | # optional: name of the label if the PR should not be merged, default: do not merge |
323 | 323 | label: merge block |
|
345 | 345 |
|
346 | 346 | jobs: |
347 | 347 | update_release_draft: |
348 | | - uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.1.0 |
| 348 | + uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.2.0 |
349 | 349 | with: |
350 | 350 | # optional: name of the release |
351 | 351 | name: Version X.Y.Z |
|
384 | 384 |
|
385 | 385 | jobs: |
386 | 386 | new_version: |
387 | | - uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.1.0 |
| 387 | + uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.2.0 |
388 | 388 | with: |
389 | 389 | # optional: format of the version, default: weekly |
390 | 390 | format: 'quarterly' |
@@ -415,7 +415,7 @@ on: [pull_request] |
415 | 415 |
|
416 | 416 | jobs: |
417 | 417 | trufflehog: |
418 | | - uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.1.0 |
| 418 | + uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.2.0 |
419 | 419 | ``` |
420 | 420 |
|
421 | 421 | </details> |
|
434 | 434 |
|
435 | 435 | jobs: |
436 | 436 | stale: |
437 | | - uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.1.0 |
| 437 | + uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.2.0 |
438 | 438 | with: |
439 | 439 | # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity. |
440 | 440 | close-pr-message: your message |
|
471 | 471 |
|
472 | 472 | jobs: |
473 | 473 | techdocs: |
474 | | - uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.1.0 |
| 474 | + uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.2.0 |
475 | 475 | with: |
476 | 476 | # optional: kind of the Backstage entity, default: Component |
477 | 477 | # ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents |
|
503 | 503 |
|
504 | 504 | jobs: |
505 | 505 | trigger-testio-test: |
506 | | - uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.1.0 |
| 506 | + uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.2.0 |
507 | 507 | with: |
508 | 508 | # optional: the slug you received from TestIO, defaults to 'staffbase' |
509 | 509 | testio-slug: your TestIO slug |
|
535 | 535 |
|
536 | 536 | jobs: |
537 | 537 | yamllint: |
538 | | - uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.1.0 |
| 538 | + uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.2.0 |
539 | 539 | with: |
540 | 540 | # optional: name of the running action, default: yamllint / yamllint |
541 | 541 | action-name: your name |
|
0 commit comments