Skip to content

Commit

Permalink
📝 update readme versions (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: jreimone <jreimone@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jreimone committed Nov 16, 2023
1 parent 973174b commit e8dc54e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -14,7 +14,7 @@ on:

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

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

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

jobs:
gitops:
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v3.3.2
with:
# optional: list of build-time variables
docker-build-args: |
Expand Down Expand Up @@ -169,7 +169,7 @@ on:

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

jobs:
ld_code_references:
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v3.3.2
with:
# optional: key of the LD project, default: default
project-key: 'my-project'
Expand Down Expand Up @@ -229,7 +229,7 @@ on:

jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v3.3.2
with:
# optional: name of the release
name: Version X.Y.Z
Expand Down Expand Up @@ -260,7 +260,7 @@ on:

jobs:
new_version:
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v3.3.2
```

You could use the action in combination with the reusable release drafter.
Expand All @@ -287,7 +287,7 @@ on: [pull_request]

jobs:
trufflehog:
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v3.3.2
```
</details>

Expand All @@ -305,7 +305,7 @@ on:

jobs:
stale:
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v3.3.2
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 @@ -341,7 +341,7 @@ on:

jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v3.3.2
with:
# optional: kind of the Backstage entity, default: Component
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
Expand Down Expand Up @@ -372,7 +372,7 @@ on:

jobs:
trigger-testio-test:
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v3.3.2
with:
# optional: the slug you received from TestIO, defaults to 'staffbase'
testio-slug: your TestIO slug
Expand Down Expand Up @@ -404,7 +404,7 @@ on:

jobs:
yamllint:
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v3.3.1
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v3.3.2
with:
# optional: name of the running action, default: yamllint / yamllint
action-name: your name
Expand Down

0 comments on commit e8dc54e

Please sign in to comment.