Skip to content

Commit d7b902f

Browse files
authored
Merge pull request #320 from Staffbase/update-readme
📝 Update Readme Versions
2 parents 06c0f8c + 363e16c commit d7b902f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 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.2.0
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.3.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.2.0
46+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.3.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.2.0
81+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.3.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.2.0
125+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.3.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.2.0
147+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.3.0
148148
with:
149149
# optional: The file containing the Node.js version to use, defaults to .nvmrc
150150
node-version-file: '.node-version'
@@ -178,7 +178,7 @@ on: [ push ]
178178

179179
jobs:
180180
gitops:
181-
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.2.0
181+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.3.0
182182
with:
183183
# optional: host of the docker registry, default: "staffbase.jfrog.io"
184184
docker-registry: "<your-registry>"
@@ -259,7 +259,7 @@ on:
259259

260260
jobs:
261261
jira_annotate:
262-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.2.0
262+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.3.0
263263
with:
264264
# optional: name of the service to add as label, default: name of the repository
265265
name: 'component name'
@@ -292,7 +292,7 @@ on:
292292

293293
jobs:
294294
ld_code_references:
295-
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.2.0
295+
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.3.0
296296
with:
297297
# optional: key of the LD project, default: default
298298
project-key: 'my-project'
@@ -317,7 +317,7 @@ on:
317317

318318
jobs:
319319
block:
320-
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.2.0
320+
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.3.0
321321
with:
322322
# optional: name of the label if the PR should not be merged, default: do not merge
323323
label: merge block
@@ -345,7 +345,7 @@ on:
345345
346346
jobs:
347347
update_release_draft:
348-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.2.0
348+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.3.0
349349
with:
350350
# optional: name of the release
351351
name: Version X.Y.Z
@@ -388,7 +388,7 @@ on:
388388
389389
jobs:
390390
new_version:
391-
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.2.0
391+
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.3.0
392392
with:
393393
# optional: format of the version, default: weekly
394394
format: 'quarterly'
@@ -419,7 +419,7 @@ on: [pull_request]
419419
420420
jobs:
421421
trufflehog:
422-
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.2.0
422+
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.3.0
423423
```
424424

425425
</details>
@@ -438,7 +438,7 @@ on:
438438
439439
jobs:
440440
stale:
441-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.2.0
441+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.3.0
442442
with:
443443
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
444444
close-pr-message: your message
@@ -475,7 +475,7 @@ on:
475475
476476
jobs:
477477
techdocs:
478-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.2.0
478+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.3.0
479479
secrets:
480480
# required: specifies an Azure Storage account name
481481
azure-account-name: ${{ secrets.TECHDOCS_AZURE_ACCOUNT_NAME }}
@@ -504,7 +504,7 @@ on:
504504
505505
jobs:
506506
techdocs:
507-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.2.0
507+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.3.0
508508
with:
509509
# optional: kind of the Backstage entity, default: Component
510510
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -535,7 +535,7 @@ on: [pull_request]
535535
536536
jobs:
537537
terraform:
538-
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.2.0
538+
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.3.0
539539
with:
540540
# optional: Terraform version, default: latest
541541
terraform-version: latest
@@ -565,7 +565,7 @@ on:
565565
566566
jobs:
567567
trigger-testio-test:
568-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.2.0
568+
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.3.0
569569
with:
570570
# optional: the slug you received from TestIO, defaults to 'staffbase'
571571
testio-slug: your TestIO slug
@@ -597,7 +597,7 @@ on:
597597
598598
jobs:
599599
yamllint:
600-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.2.0
600+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.3.0
601601
with:
602602
# optional: name of the running action, default: yamllint / yamllint
603603
action-name: your name

0 commit comments

Comments
 (0)