Skip to content

Commit 39ee4ec

Browse files
authored
Merge pull request #341 from Staffbase/update-readme
📝 Update Readme Versions
2 parents b443f72 + 8413b2b commit 39ee4ec

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
<action name>:
17-
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.6.0
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.8.0
1818
with:
1919
...
2020
```
@@ -43,7 +43,7 @@ on:
4343

4444
jobs:
4545
dependabot:
46-
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.6.0
46+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.8.0
4747
with:
4848
# optional: ⚠️ only enable the force merge if you want to do the merge just now
4949
force: true
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
8080
autodev:
81-
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.6.0
81+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.8.0
8282
with:
8383
# optional: base branch from which the history originates, default: main
8484
base: master
@@ -122,7 +122,7 @@ on:
122122

123123
jobs:
124124
changeset-check:
125-
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.6.0
125+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.8.0
126126
```
127127
128128
</details>
@@ -144,7 +144,7 @@ on:
144144
145145
jobs:
146146
changeset-release:
147-
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.6.0
147+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.8.0
148148
with:
149149
# optional: The file containing the Node.js version to use, defaults to .nvmrc
150150
node-version-file: '.node-version'
@@ -182,7 +182,7 @@ on:
182182

183183
jobs:
184184
flaky-tests:
185-
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v7.6.0
185+
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v7.8.0
186186
with:
187187
# identifier for the slack channel
188188
slack-channel-id: 45678787976
@@ -214,7 +214,7 @@ on: [ push ]
214214

215215
jobs:
216216
gitops:
217-
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.6.0
217+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.8.0
218218
with:
219219
# optional: host of the docker registry, default: "staffbase.jfrog.io"
220220
docker-registry: "<your-registry>"
@@ -297,7 +297,7 @@ on:
297297

298298
jobs:
299299
jira_annotate:
300-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.6.0
300+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.8.0
301301
with:
302302
# optional: name of the service to add as label, default: name of the repository
303303
name: 'component name'
@@ -330,7 +330,7 @@ on:
330330

331331
jobs:
332332
ld_code_references:
333-
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.6.0
333+
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.8.0
334334
with:
335335
# optional: key of the LD project, default: default
336336
project-key: 'my-project'
@@ -355,7 +355,7 @@ on:
355355

356356
jobs:
357357
block:
358-
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.6.0
358+
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.8.0
359359
with:
360360
# optional: name of the label if the PR should not be merged, default: do not merge
361361
label: merge block
@@ -383,7 +383,7 @@ on:
383383
384384
jobs:
385385
update_release_draft:
386-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.6.0
386+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.8.0
387387
with:
388388
# optional: name of the release drafter configuration file, default: release-drafter.yml
389389
config-name: release-drafter-test.yml
@@ -428,7 +428,7 @@ on:
428428
429429
jobs:
430430
new_version:
431-
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.6.0
431+
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.8.0
432432
with:
433433
# optional: format of the version, default: weekly
434434
format: 'quarterly'
@@ -459,7 +459,7 @@ on: [pull_request]
459459
460460
jobs:
461461
trufflehog:
462-
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.6.0
462+
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.8.0
463463
```
464464

465465
</details>
@@ -478,7 +478,7 @@ on:
478478
479479
jobs:
480480
stale:
481-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.6.0
481+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.8.0
482482
with:
483483
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
484484
close-pr-message: your message
@@ -515,7 +515,7 @@ on:
515515
516516
jobs:
517517
techdocs:
518-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.6.0
518+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.8.0
519519
secrets:
520520
# required: specifies an Azure Storage account name
521521
azure-account-name: ${{ secrets.TECHDOCS_AZURE_ACCOUNT_NAME }}
@@ -544,7 +544,7 @@ on:
544544
545545
jobs:
546546
techdocs:
547-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.6.0
547+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.8.0
548548
with:
549549
# optional: kind of the Backstage entity, default: Component
550550
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -575,7 +575,7 @@ on: [pull_request]
575575
576576
jobs:
577577
terraform:
578-
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.6.0
578+
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.8.0
579579
with:
580580
# optional: Terraform version, default: latest
581581
terraform-version: latest
@@ -605,7 +605,7 @@ on:
605605
606606
jobs:
607607
trigger-testio-test:
608-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.6.0
608+
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.8.0
609609
with:
610610
# optional: the slug you received from TestIO, defaults to 'staffbase'
611611
testio-slug: your TestIO slug
@@ -637,7 +637,7 @@ on:
637637
638638
jobs:
639639
yamllint:
640-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.6.0
640+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.8.0
641641
with:
642642
# optional: name of the running action, default: yamllint / yamllint
643643
action-name: your name

0 commit comments

Comments
 (0)