Skip to content

Commit

Permalink
📝 update readme versions (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: ricoberger <18552168+ricoberger@users.noreply.github.com>
  • Loading branch information
staffbase-actions[bot] and ricoberger authored Jul 25, 2024
1 parent 01a347f commit fcd1cea
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
<action name>:
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v6.0.0
with:
...
```
Expand Down Expand Up @@ -43,7 +43,7 @@ on:

jobs:
dependabot:
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v6.0.0
with:
# optional: ⚠️ only enable the force merge if you want to do the merge just now
force: true
Expand Down Expand Up @@ -74,7 +74,7 @@ on:

jobs:
autodev:
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v6.0.0
with:
# optional: base branch from which the history originates, default: main
base: master
Expand Down Expand Up @@ -116,7 +116,7 @@ on: [ push ]

jobs:
gitops:
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v6.0.0
with:
# optional: host of the docker registry, default: "staffbase.jfrog.io"
docker-registry: "<your-registry>"
Expand Down Expand Up @@ -191,7 +191,7 @@ on:

jobs:
jira_annotate:
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v6.0.0
with:
# optional: name of the service to add as label, default: name of the repository
name: 'component name'
Expand Down Expand Up @@ -224,7 +224,7 @@ on:

jobs:
ld_code_references:
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v6.0.0
with:
# optional: key of the LD project, default: default
project-key: 'my-project'
Expand All @@ -249,7 +249,7 @@ on:

jobs:
block:
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v6.0.0
with:
# optional: name of the label if the PR should not be merged, default: do not merge
label: merge block
Expand Down Expand Up @@ -277,7 +277,7 @@ on:
jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v6.0.0
with:
# optional: name of the release
name: Version X.Y.Z
Expand Down Expand Up @@ -316,7 +316,7 @@ on:
jobs:
new_version:
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v6.0.0
with:
# optional: format of the version, default: weekly
format: 'quarterly'
Expand Down Expand Up @@ -347,7 +347,7 @@ on: [pull_request]
jobs:
trufflehog:
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v6.0.0
```

</details>
Expand All @@ -366,7 +366,7 @@ on:
jobs:
stale:
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v6.0.0
with:
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
close-pr-message: your message
Expand Down Expand Up @@ -403,7 +403,7 @@ on:
jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v6.0.0
with:
# optional: kind of the Backstage entity, default: Component
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
Expand Down Expand Up @@ -435,7 +435,7 @@ on:
jobs:
trigger-testio-test:
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v6.0.0
with:
# optional: the slug you received from TestIO, defaults to 'staffbase'
testio-slug: your TestIO slug
Expand Down Expand Up @@ -467,7 +467,7 @@ on:
jobs:
yamllint:
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v5.6.0
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v6.0.0
with:
# optional: name of the running action, default: yamllint / yamllint
action-name: your name
Expand Down

0 comments on commit fcd1cea

Please sign in to comment.