Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 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@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.9.0
with:
...
```
Expand Down Expand Up @@ -43,7 +43,7 @@ on:

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

jobs:
autodev:
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.9.0
with:
# optional: base branch from which the history originates, default: main
base: master
Expand Down Expand Up @@ -122,7 +122,7 @@ on:

jobs:
changeset-check:
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.9.0
```

</details>
Expand All @@ -144,7 +144,7 @@ on:

jobs:
changeset-release:
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.9.0
with:
# optional: The file containing the Node.js version to use, defaults to .nvmrc
node-version-file: '.node-version'
Expand Down Expand Up @@ -182,7 +182,7 @@ on:

jobs:
flaky-tests:
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v7.9.0
with:
# identifier for the slack channel
slack-channel-id: 45678787976
Expand Down Expand Up @@ -216,7 +216,7 @@ on: [ push ]

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

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

jobs:
ld_code_references:
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.9.0
with:
# optional: key of the LD project, default: default
project-key: 'my-project'
Expand All @@ -357,7 +357,7 @@ on:

jobs:
block:
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.9.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 @@ -385,7 +385,7 @@ on:

jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.9.0
with:
# optional: name of the release drafter configuration file, default: release-drafter.yml
config-name: release-drafter-test.yml
Expand Down Expand Up @@ -430,7 +430,7 @@ on:

jobs:
new_version:
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.9.0
with:
# optional: format of the version, default: weekly
format: 'quarterly'
Expand Down Expand Up @@ -461,7 +461,7 @@ on: [pull_request]

jobs:
trufflehog:
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.9.0
```

</details>
Expand All @@ -480,7 +480,7 @@ on:

jobs:
stale:
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.9.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 @@ -517,7 +517,7 @@ on:

jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.9.0
secrets:
# required: specifies an Azure Storage account name
azure-account-name: ${{ secrets.TECHDOCS_AZURE_ACCOUNT_NAME }}
Expand Down Expand Up @@ -546,7 +546,7 @@ on:

jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.9.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 @@ -577,7 +577,7 @@ on: [pull_request]

jobs:
terraform:
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.8.0
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.9.0
with:
# optional: Terraform version, default: latest
terraform-version: latest
Expand Down Expand Up @@ -607,7 +607,7 @@ on:

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

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